[NDK] Add PLUGPLAY_CONTROL_QUERY_REMOVE_DATA type

This commit is contained in:
Eric Kohl 2019-10-13 15:24:29 +02:00
parent 31d7680a53
commit 7633ebcfde

View file

@ -452,6 +452,16 @@ typedef struct _PLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA
ULONG Flags;
} PLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA, *PPLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA;
// Class 0x06
typedef struct _PLUGPLAY_CONTROL_QUERY_REMOVE_DATA
{
UNICODE_STRING DeviceInstance;
ULONG Unknown2;
PNP_VETO_TYPE VetoType;
LPWSTR VetoName;
ULONG NameLength;
} PLUGPLAY_CONTROL_QUERY_REMOVE_DATA, *PPLUGPLAY_CONTROL_QUERY_REMOVE_DATA;
// Class 0x07
typedef struct _PLUGPLAY_CONTROL_USER_RESPONSE_DATA
{