home *** CD-ROM | disk | FTP | other *** search
- // lst42.odl : type library source for lst42.exe
-
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (lst42.tlb).
-
- [ uuid(06B70DA1-1818-11D0-A6AD-00AA00602553), version(1.0) ]
- library Lst42
- {
- importlib("stdole32.tlb");
-
- // Primary dispatch interface for CLst42Doc
-
- [ uuid(06B70DA2-1818-11D0-A6AD-00AA00602553) ]
- dispinterface ILst42
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CLst42Doc)
- //}}AFX_ODL_PROP
-
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CLst42Doc)
- [id(1)] BSTR GetMachineName();
- //}}AFX_ODL_METHOD
-
- };
-
- // Class information for CLst42Doc
-
- [ uuid(06B70DA0-1818-11D0-A6AD-00AA00602553) ]
- coclass Document
- {
- [default] dispinterface ILst42;
- };
-
- //{{AFX_APPEND_ODL}}
- };
-