home *** CD-ROM | disk | FTP | other *** search
- // comm.odl : type library source for OLE Custom Control project.
-
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (comm.tlb) that will become a resource in
- // comm.ocx.
-
- #include <olectl.h>
-
- [ uuid(5B83B083-14F0-11CE-960F-524153480005), version(1.0),
- helpstring("Comm OLE Custom Control module") ]
- library CommLib
- {
- importlib(STDOLE_TLB);
- importlib(STDTYPE_TLB);
-
- // Primary dispatch interface for CCommCtrl
-
- [ uuid(5B83B081-14F0-11CE-960F-524153480005),
- helpstring("Dispatch interface for Comm Control") ]
- dispinterface _DComm
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CCommCtrl)
- [id(1)] BSTR PhoneNumber;
- //}}AFX_ODL_PROP
-
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CCommCtrl)
- //}}AFX_ODL_METHOD
-
- [id(DISPID_ABOUTBOX)] void AboutBox();
- };
-
- // Event dispatch interface for CCommCtrl
-
- [ uuid(5B83B082-14F0-11CE-960F-524153480005),
- helpstring("Event interface for Comm Control") ]
- dispinterface _DCommEvents
- {
- properties:
- // Event interface has no properties
-
- methods:
- // NOTE - ClassWizard will maintain event information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_EVENT(CCommCtrl)
- //}}AFX_ODL_EVENT
- };
-
- // Class information for CCommCtrl
-
- [ uuid(5B83B080-14F0-11CE-960F-524153480005),
- helpstring("Comm Control") ]
- coclass Comm
- {
- [default] dispinterface _DComm;
- [default, source] dispinterface _DCommEvents;
- };
-
-
- //{{AFX_APPEND_ODL}}
- };
-