vsengine.idl
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- // vsengine.idl : IDL source for vsengine.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (vsengine.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- import "vrsscan.idl";
- [
- uuid(68E721D2-CD58-11D0-BD3D-00AA00B92AF1),
- version(1.0),
- helpstring("Microsoft VSEngine Test Driver")
- ]
- library VSENGINELib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(68E721E0-CD58-11D0-BD3D-00AA00B92AF1),
- helpstring("Provider Class")
- ]
- coclass Provider
- {
- [default] interface IVirusScanEngine;
- };
- };
English
