sfilteri.idl

来自「NDIS 实现pppoe例子」· IDL 代码 · 共 23 行

IDL
23
字号
[
    uuid(5B035260-40F9-11D1-AAEC-00805FC1270E),
    version(1.0),
    helpstring("Network Configuration 1.0 Type Library")
]
library SampleFilterLib
{
    [
        uuid(1C084986-CE3E-11d0-801F-00C04FC9DA3F),
        helpstring("Packet Scheduler Class")
    ]
    coclass CQosPSched
    {
        [restricted] interface INetCfgComponentControl;
        [restricted] interface INetCfgComponentSetup;
        [restricted] interface INetCfgComponentPropertyUi;
        [restricted] interface INetCfgComponentNotifyBinding;
        [restricted] interface INetCfgComponentNotifyGlobal;
    };
};


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?