vsengine.idl
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

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. };