WordSpy.idl
上传用户:tao_1987
上传日期:2019-03-05
资源大小:16k
文件大小:1k
源码类别:

DNA

开发平台:

C/C++

  1. // WordSpy.idl : IDL source for WordSpy.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (WordSpy.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(95F03594-1668-4C31-83DA-D333C28F0157),
  10. dual,
  11. helpstring("IAddin Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IAddin : IDispatch
  15. {
  16. };
  17. [
  18. uuid(C9333EAD-F317-4BBA-B0E7-310B2059E1DF),
  19. version(1.0),
  20. helpstring("WordSpy 1.0 Type Library")
  21. ]
  22. library WORDSPYLib
  23. {
  24. importlib("stdole32.tlb");
  25. importlib("stdole2.tlb");
  26. [
  27. uuid(4761DD00-DB78-42E7-AF71-580514841ECC),
  28. helpstring("Addin Class")
  29. ]
  30. coclass Addin
  31. {
  32. [default] interface IAddin;
  33. };
  34. };