sfiltern.idl

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

IDL
25
字号
#include "netcfgn.idl"

[
    uuid(38135d11-e93b-11d1-bb14-0000f8779051),
    version(1.0),
    helpstring("Sample Filter 1.0 Type Library")
]
library SampleFilterLib
{
    [
	uuid(CE59F8F8-1959-11d5-A6DD-00C0DF03873B),
        helpstring("Sample Filter Class")
    ]
    coclass CSampleFilter
    {
        [restricted] interface INetCfgComponentControl;
        [restricted] interface INetCfgComponentSetup;
        [restricted] interface INetCfgComponentPropertyUi;
        [restricted] interface INetCfgComponentNotifyBinding;
        [restricted] interface INetCfgComponentNotifyGlobal;
    };
};


⌨️ 快捷键说明

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