mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
[NDK] Add PLUGPLAY_CONTROL_QUERY_REMOVE_DATA type
This commit is contained in:
parent
31d7680a53
commit
7633ebcfde
1 changed files with 10 additions and 0 deletions
|
@ -452,6 +452,16 @@ typedef struct _PLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA
|
||||||
ULONG Flags;
|
ULONG Flags;
|
||||||
} PLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA, *PPLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA;
|
} 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
|
// Class 0x07
|
||||||
typedef struct _PLUGPLAY_CONTROL_USER_RESPONSE_DATA
|
typedef struct _PLUGPLAY_CONTROL_USER_RESPONSE_DATA
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue