home *** CD-ROM | disk | FTP | other *** search
- // lst43.odl : type library source for OLE Control project.
-
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (lst43.tlb) that will become a resource in
- // lst43.ocx.
-
- #include <olectl.h>
-
- [ uuid(06B70DAB-1818-11D0-A6AD-00AA00602553), version(1.0),
- helpstring("lst43 OLE Control module"), control ]
- library LST43Lib
- {
- importlib(STDOLE_TLB);
- importlib(STDTYPE_TLB);
-
- // Primary dispatch interface for CLst43Ctrl
-
- [ uuid(06B70DAC-1818-11D0-A6AD-00AA00602553),
- helpstring("Dispatch interface for Lst43 Control"), hidden ]
- dispinterface _DLst43
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CLst43Ctrl)
- //}}AFX_ODL_PROP
-
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CLst43Ctrl)
- [id(1)] BSTR GetMachineName();
- //}}AFX_ODL_METHOD
-
- [id(DISPID_ABOUTBOX)] void AboutBox();
- };
-
- // Event dispatch interface for CLst43Ctrl
-
- [ uuid(06B70DAD-1818-11D0-A6AD-00AA00602553),
- helpstring("Event interface for Lst43 Control") ]
- dispinterface _DLst43Events
- {
- properties:
- // Event interface has no properties
-
- methods:
- // NOTE - ClassWizard will maintain event information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_EVENT(CLst43Ctrl)
- //}}AFX_ODL_EVENT
- };
-
- // Class information for CLst43Ctrl
-
- [ uuid(06B70DAE-1818-11D0-A6AD-00AA00602553),
- helpstring("Lst43 Control"), control ]
- coclass Lst43
- {
- [default] dispinterface _DLst43;
- [default, source] dispinterface _DLst43Events;
- };
-
-
- //{{AFX_APPEND_ODL}}
- };
-