mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- Add definition of NDIS_DEVICE_PNP_EVENT
svn path=/trunk/; revision=40943
This commit is contained in:
@@ -35,5 +35,12 @@ typedef struct _NET_PNP_EVENT
|
||||
ULONG_PTR TdiClientReserved[4];
|
||||
} NET_PNP_EVENT, *PNET_PNP_EVENT;
|
||||
|
||||
typedef enum _NDIS_DEVICE_PNP_EVENT
|
||||
{
|
||||
NdisDevicePnPEventSurpriseRemoved,
|
||||
NdisDevicePnPEventPowerProfileChanged,
|
||||
NdisDevicePnPEventMaximum
|
||||
} NDIS_DEVICE_PNP_EVENT, *PNDIS_DEVICE_PNP_EVENT;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user