PropPageATL.idl
上传用户:lc8096
上传日期:2007-01-02
资源大小:40k
文件大小:1k
- #include <olectl.h>
// PropPageATL.idl : IDL source for PropPageATL.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (PropPageATL.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
-
- [
- object,
- uuid(A56A23F1-79AF-11D2-8DC4-C36D152E46FE),
- dual,
- helpstring("IPropPageCtrl Interface"),
- pointer_default(unique)
- ]
- interface IPropPageCtrl : IDispatch
- {
- [id(1), helpstring("method Execute")] HRESULT Execute();
- };
- [
- uuid(A56A23E4-79AF-11D2-8DC4-C36D152E46FE),
- version(1.0),
- helpstring("PropPageATL 1.0 Type Library")
- ]
- library PROPPAGEATLLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(A56A23E2-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("IPropPageCtrlEvents Interface"),
- ]
- dispinterface _DPropPageCtrlEvents
- {
- properties:
- methods:
- [id(1), helpstring("event ObjectFound")] void ObjectFound( BSTR bstrObjectID );
- };
- [
- uuid(A56A23F2-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("PropPageCtrl Class")
- ]
- coclass PropPageCtrl
- {
- [default] interface IPropPageCtrl;
- [default, source] dispinterface _DPropPageCtrlEvents;
- };
-
- [
- uuid(A56A23F3-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("PropPagePpg Class")
- ]
- coclass PropPagePpg
- {
- interface IUnknown;
- };
- };