WinFinder.odl
上传用户:lwzh1970
上传日期:2007-01-01
资源大小:33k
文件大小:2k
- // WinFinder.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 (WinFinder.tlb) that will become a resource in
- // WinFinder.ocx.
- #include <olectl.h>
- [ uuid(0DCA2AA0-C50F-11D2-9580-20B34EC10000), version(1.0),
- helpstring("WinFinder OLE Control module"), control ]
- library WINFINDERLib
- {
- importlib(STDOLE_TLB);
- importlib(STDTYPE_TLB);
- // Primary dispatch interface for CWinFinderCtrl
- [ uuid(0DCA2AA1-C50F-11D2-9580-20B34EC10000),
- helpstring("Dispatch interface for WinFinder Control"), hidden ]
- dispinterface _DWinFinder
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CWinFinderCtrl)
- [id(1)] boolean dragging;
- [id(2)] OLE_HANDLE TargetWindow;
- [id(DISPID_HWND)] OLE_HANDLE hwnd;
- //}}AFX_ODL_PROP
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CWinFinderCtrl)
- [id(3)] void SetCallback();
- //}}AFX_ODL_METHOD
- [id(DISPID_ABOUTBOX)] void AboutBox();
- };
- // Event dispatch interface for CWinFinderCtrl
- [ uuid(0DCA2AA2-C50F-11D2-9580-20B34EC10000),
- helpstring("Event interface for WinFinder Control") ]
- dispinterface _DWinFinderEvents
- {
- properties:
- // Event interface has no properties
- methods:
- // NOTE - ClassWizard will maintain event information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_EVENT(CWinFinderCtrl)
- //}}AFX_ODL_EVENT
- };
- // Class information for CWinFinderCtrl
- [ uuid(0DCA2AA3-C50F-11D2-9580-20B34EC10000), licensed,
- helpstring("WinFinder Control"), control ]
- coclass WinFinder
- {
- [default] dispinterface _DWinFinder;
- [default, source] dispinterface _DWinFinderEvents;
- };
- //{{AFX_APPEND_ODL}}
- };