passthrn.idl
资源名称:passthru.rar [点击查看]
上传用户:sabrinaco
上传日期:2016-01-19
资源大小:3177k
文件大小:1k
源码类别:
防火墙与安全工具
开发平台:
Visual C++
- #include "netcfgn.idl"
- [
- uuid(38135d11-e93b-11d1-bb14-0000f8779051),
- version(1.0),
- helpstring("Passthru Notify 1.0 Type Library")
- ]
- library PassthruLib
- {
- [
- uuid(df2e4f67-e93a-11d1-bb14-0000f8779051),
- helpstring("Passthru Class")
- ]
- coclass CPassthru
- {
- [restricted] interface INetCfgComponentControl;
- [restricted] interface INetCfgComponentSetup;
- [restricted] interface INetCfgComponentPropertyUi;
- [restricted] interface INetCfgComponentNotifyBinding;
- [restricted] interface INetCfgComponentNotifyGlobal;
- };
- };