mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 02:34:12 +00:00
- Add definition of NDIS_DEVICE_PNP_EVENT
svn path=/trunk/; revision=40943
This commit is contained in:
parent
b2e5f78e60
commit
87ef9da026
1 changed files with 7 additions and 0 deletions
|
@ -35,5 +35,12 @@ typedef struct _NET_PNP_EVENT
|
||||||
ULONG_PTR TdiClientReserved[4];
|
ULONG_PTR TdiClientReserved[4];
|
||||||
} NET_PNP_EVENT, *PNET_PNP_EVENT;
|
} NET_PNP_EVENT, *PNET_PNP_EVENT;
|
||||||
|
|
||||||
|
typedef enum _NDIS_DEVICE_PNP_EVENT
|
||||||
|
{
|
||||||
|
NdisDevicePnPEventSurpriseRemoved,
|
||||||
|
NdisDevicePnPEventPowerProfileChanged,
|
||||||
|
NdisDevicePnPEventMaximum
|
||||||
|
} NDIS_DEVICE_PNP_EVENT, *PNDIS_DEVICE_PNP_EVENT;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue