passthrn.idl
上传用户:sabrinaco
上传日期:2016-01-19
资源大小:3177k
文件大小:1k
开发平台:

Visual C++

  1. #include "netcfgn.idl"
  2. [
  3.     uuid(38135d11-e93b-11d1-bb14-0000f8779051),
  4.     version(1.0),
  5.     helpstring("Passthru Notify 1.0 Type Library")
  6. ]
  7. library PassthruLib
  8. {
  9.     [
  10.         uuid(df2e4f67-e93a-11d1-bb14-0000f8779051),
  11.         helpstring("Passthru Class")
  12.     ]
  13.     coclass CPassthru
  14.     {
  15.         [restricted] interface INetCfgComponentControl;
  16.         [restricted] interface INetCfgComponentSetup;
  17.         [restricted] interface INetCfgComponentPropertyUi;
  18.         [restricted] interface INetCfgComponentNotifyBinding;
  19.         [restricted] interface INetCfgComponentNotifyGlobal;
  20.     };
  21. };