home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap04 / lst42 / lst42.odl < prev    next >
Encoding:
Microsoft Object Description Language  |  1996-09-26  |  1.0 KB  |  41 lines

  1. // lst42.odl : type library source for lst42.exe
  2.  
  3. // This file will be processed by the Make Type Library (mktyplib) tool to
  4. // produce the type library (lst42.tlb).
  5.  
  6. [ uuid(06B70DA1-1818-11D0-A6AD-00AA00602553), version(1.0) ]
  7. library Lst42
  8. {
  9.     importlib("stdole32.tlb");
  10.     
  11.     //  Primary dispatch interface for CLst42Doc
  12.     
  13.     [ uuid(06B70DA2-1818-11D0-A6AD-00AA00602553) ]
  14.     dispinterface ILst42
  15.     {
  16.         properties:
  17.             // NOTE - ClassWizard will maintain property information here.
  18.             //    Use extreme caution when editing this section.
  19.             //{{AFX_ODL_PROP(CLst42Doc)
  20.             //}}AFX_ODL_PROP
  21.             
  22.         methods:
  23.             // NOTE - ClassWizard will maintain method information here.
  24.             //    Use extreme caution when editing this section.
  25.             //{{AFX_ODL_METHOD(CLst42Doc)
  26.             [id(1)] BSTR GetMachineName();
  27.             //}}AFX_ODL_METHOD
  28.  
  29.     };
  30.  
  31.     //  Class information for CLst42Doc
  32.     
  33.     [ uuid(06B70DA0-1818-11D0-A6AD-00AA00602553) ]
  34.     coclass Document
  35.     {
  36.         [default] dispinterface ILst42;
  37.     };
  38.  
  39.     //{{AFX_APPEND_ODL}}
  40. };
  41.