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

Visual C++

  1. [
  2.     uuid(5B035260-40F9-11D1-AAEC-00805FC1270E),
  3.     version(1.0),
  4.     helpstring("Network Configuration 1.0 Type Library")
  5. ]
  6. library PassthruLib
  7. {
  8.     [
  9.         uuid(1C084986-CE3E-11d0-801F-00C04FC9DA3F),
  10.         helpstring("Packet Scheduler Class")
  11.     ]
  12.     coclass CQosPSched
  13.     {
  14.         [restricted] interface INetCfgComponentControl;
  15.         [restricted] interface INetCfgComponentSetup;
  16.         [restricted] interface INetCfgComponentPropertyUi;
  17.         [restricted] interface INetCfgComponentNotifyBinding;
  18.         [restricted] interface INetCfgComponentNotifyGlobal;
  19.     };
  20. };