ImageProcess.idl
上传用户:pass2008
上传日期:2021-07-05
资源大小:3299k
文件大小:1k
源码类别:

Internet/IE编程

开发平台:

Visual C++

  1. // ImageProcess.idl : ImageProcess 的 IDL 源
  2. //
  3. // 此文件将由 MIDL 工具处理以
  4. // 产生类型库(ImageProcess.tlb)和封送处理代码。
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(E235BC99-B903-47E4-8DA8-FE84EFB39B1E),
  10. dual,
  11. nonextensible,
  12. helpstring("IImageProcessBHO 接口"),
  13. pointer_default(unique)
  14. ]
  15. interface IImageProcessBHO : IDispatch{
  16. };
  17. [
  18. uuid(04D61E20-7CA3-40F1-9D06-E21FF72EE3F5),
  19. version(1.0),
  20. helpstring("ImageProcess 1.0 类型库")
  21. ]
  22. library ImageProcessLib
  23. {
  24. importlib("stdole2.tlb");
  25. [
  26. uuid(47EB6A27-52AC-46DB-A3A7-0C7488EB437D),
  27. helpstring("ImageProcessBHO Class")
  28. ]
  29. coclass ImageProcessBHO
  30. {
  31. [default] interface IImageProcessBHO;
  32. };
  33. };