notifyn.idl
来自「网络驱动开发」· IDL 代码 · 共 36 行
IDL
36 行
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992-2001.
//
// File: NOTIFYN.IDL
//
// Contents:
//
// Notes:
//
//----------------------------------------------------------------------------
#include <netcfgn.idl>
[
uuid(58dbe723-da1a-484c-9f5b-113ba31869f2),
version(1.0),
helpstring("Sample Notify Object 1.0 Type Library")
]
library SampleNotifyLib
{
[
uuid(ee6cd6fc-a32b-4a26-8a1c-dbc97988ad7a),
helpstring("Sample MUX Notify Class")
]
coclass CMuxNotify
{
[restricted] interface INetCfgComponentControl;
[restricted] interface INetCfgComponentSetup;
[restricted] interface INetCfgComponentNotifyBinding;
[restricted] interface INetCfgComponentNotifyGlobal;
[restricted] interface INetCfgComponentPropertyUi;
};
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?