ExActievex.idl
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // ExActievex.idl : IDL source for ExActievex.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (ExActievex.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. #include "olectl.h"
  8. [
  9. object,
  10. uuid(998F1E81-32B9-40FD-B4BF-8E303E474C5C),
  11. dual,
  12. helpstring("IMyPwd Interface"),
  13. pointer_default(unique)
  14. ]
  15. interface IMyPwd : IDispatch
  16. {
  17. };
  18. [
  19. uuid(C457C016-E6A1-4E77-A962-F954560A1526),
  20. version(1.0),
  21. helpstring("ExActievex 1.0 Type Library")
  22. ]
  23. library EXACTIEVEXLib
  24. {
  25. importlib("stdole32.tlb");
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(DABE85DE-35D8-4F69-9F90-9DD26240FB57),
  29. helpstring("MyPwd Class")
  30. ]
  31. coclass MyPwd
  32. {
  33. [default] interface IMyPwd;
  34. };
  35. };