home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap04 / lst41 / lst41.odl < prev    next >
Encoding:
Text File  |  1996-09-30  |  657 b   |  40 lines

  1.  
  2. [
  3.   uuid(9FBBEDE2-1B40-11d0-88E0-00AA004A7C7B), 
  4.   helpstring("Lst41 Type Library"),
  5.   lcid(0x0409),
  6.   version(1.0)
  7. library Lst41
  8. {
  9.     importlib("stdole32.tlb");
  10.  
  11.     [
  12.      odl,
  13.      uuid(9FBBEDE3-1B40-11d0-88E0-00AA004A7C7B), 
  14.     ]
  15.     interface ILst41: IUnknown
  16.     {
  17.         BSTR GetMachineName(void);
  18.     }
  19.  
  20.     [
  21.      uuid(9FBBEDE4-1B40-11d0-88E0-00AA004A7C7B), 
  22.     ]  
  23.     dispinterface DLst41
  24.     {
  25.       interface ILst41;
  26.     }
  27.  
  28.  
  29.     [ 
  30.       uuid(9FBBEDE5-1B40-11d0-88E0-00AA004A7C7B), 
  31.       helpstring("Lst41")
  32.     ]  
  33.     coclass CLst41
  34.     {
  35.       dispinterface DLst41;
  36.       interface ILst41;
  37.     }
  38. };
  39.