PropPageMFC.odl
上传用户:lc8096
上传日期:2007-01-02
资源大小:40k
文件大小:2k
- // PropPageMFC.odl : type library source for ActiveX Control project.
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (PropPageMFC.tlb) that will become a resource in
- // PropPageMFC.ocx.
- #include <olectl.h>
- #include <idispids.h>
- [ uuid(A56A23D0-79AF-11D2-8DC4-C36D152E46FE), version(1.0),
- helpfile("PropPageMFC.hlp"),
- helpstring("PropPageMFC ActiveX Control module"),
- control ]
- library PROPPAGEMFCLib
- {
- importlib(STDOLE_TLB);
- importlib(STDTYPE_TLB);
- // Primary dispatch interface for CPropPageMFCCtrl
- [ uuid(A56A23D1-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("Dispatch interface for PropPageMFC Control"), hidden ]
- dispinterface _DPropPageMFC
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CPropPageMFCCtrl)
- //}}AFX_ODL_PROP
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CPropPageMFCCtrl)
- [id(1)] void Execute();
- //}}AFX_ODL_METHOD
- };
- // Event dispatch interface for CPropPageMFCCtrl
- [ uuid(A56A23D2-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("Event interface for PropPageMFC Control") ]
- dispinterface _DPropPageMFCEvents
- {
- properties:
- // Event interface has no properties
- methods:
- // NOTE - ClassWizard will maintain event information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_EVENT(CPropPageMFCCtrl)
- [id(1)] void ObjectFound(BSTR ObjectID);
- //}}AFX_ODL_EVENT
- };
- // Class information for CPropPageMFCCtrl
- [ uuid(A56A23D3-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("PropPageMFC Control"), control ]
- coclass PropPageMFC
- {
- [default] dispinterface _DPropPageMFC;
- [default, source] dispinterface _DPropPageMFCEvents;
- };
- //{{AFX_APPEND_ODL}}
- //}}AFX_APPEND_ODL}}
- };