PropPageATL.idl
上传用户:lc8096
上传日期:2007-01-02
资源大小:40k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. #include <olectl.h> // PropPageATL.idl : IDL source for PropPageATL.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (PropPageATL.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(A56A23F1-79AF-11D2-8DC4-C36D152E46FE),
  10. dual,
  11. helpstring("IPropPageCtrl Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IPropPageCtrl : IDispatch
  15. {
  16. [id(1), helpstring("method Execute")] HRESULT Execute();
  17. };
  18. [
  19. uuid(A56A23E4-79AF-11D2-8DC4-C36D152E46FE),
  20. version(1.0),
  21. helpstring("PropPageATL 1.0 Type Library")
  22. ]
  23. library PROPPAGEATLLib
  24. {
  25. importlib("stdole32.tlb");
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(A56A23E2-79AF-11D2-8DC4-C36D152E46FE),
  29. helpstring("IPropPageCtrlEvents Interface"),
  30. ]
  31. dispinterface _DPropPageCtrlEvents
  32. {
  33. properties:
  34. methods:
  35. [id(1), helpstring("event ObjectFound")] void ObjectFound( BSTR bstrObjectID );
  36. };
  37. [
  38. uuid(A56A23F2-79AF-11D2-8DC4-C36D152E46FE),
  39. helpstring("PropPageCtrl Class")
  40. ]
  41. coclass PropPageCtrl
  42. {
  43. [default] interface IPropPageCtrl;
  44. [default, source] dispinterface _DPropPageCtrlEvents;
  45. };
  46. [
  47. uuid(A56A23F3-79AF-11D2-8DC4-C36D152E46FE),
  48. helpstring("PropPagePpg Class")
  49. ]
  50. coclass PropPagePpg
  51. {
  52. interface IUnknown;
  53. };
  54. };