📄 sfiltern.idl
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -