Evp.idl
上传用户:dengkfang
上传日期:2008-12-30
资源大小:5233k
文件大小:1k
源码类别:

CA认证

开发平台:

Visual C++

  1. // Evp.idl : IDL source for Evp.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (Evp.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(8EFC7B70-6A2B-4AB0-B262-E2F21D1D5F1C),
  10. dual,
  11. helpstring("IEvpShell Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IEvpShell : IDispatch
  15. {
  16. };
  17. [
  18. uuid(02A8D55B-6BE6-43C3-A6B9-DF79B93218F0),
  19. version(1.0),
  20. helpstring("Evp 1.0 Type Library")
  21. ]
  22. library EVPLib
  23. {
  24. importlib("stdole32.tlb");
  25. importlib("stdole2.tlb");
  26. [
  27. uuid(B0FD5B80-29B9-4B37-B0B7-16823C533299),
  28. helpstring("EvpShell Class")
  29. ]
  30. coclass EvpShell
  31. {
  32. [default] interface IEvpShell;
  33. };
  34. };