blob: 87a4f7eccef4908e21de44abc966ebe7aa1d1f48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#include <netcfgn.idl>
[
uuid(d5a293af-371a-4694-a9b7-fc9d409def3b),
version(1.0),
helpstring("WDF NDISPROT driver install Notify Object 1.0 Type Library")
]
library NotifyLib
{
[
uuid(21e7e731-f286-4116-b3c2-d43ccba29f07),
helpstring("WDF NDISPROT driver install Notify Class")
]
coclass CProtNotify
{
[restricted] interface INetCfgComponentControl;
[restricted] interface INetCfgComponentSetup;
};
};
|