vsengine.idl
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

Visual C++

  1. // vsengine.idl : IDL source for vsengine.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (vsengine.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "vrsscan.idl";
  8. [
  9. uuid(68E721D2-CD58-11D0-BD3D-00AA00B92AF1),
  10. version(1.0),
  11. helpstring("Microsoft VSEngine Test Driver")
  12. ]
  13. library VSENGINELib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(68E721E0-CD58-11D0-BD3D-00AA00B92AF1),
  19. helpstring("Provider Class")
  20. ]
  21. coclass Provider
  22. {
  23. [default] interface IVirusScanEngine;
  24. };
  25. };