mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[umpnpmgr][ndk] Implement PNP_RequestDeviceEject() and update unknown type in PLUGPLAY_CONTROL_QUERY_REMOVE_DATA
This commit is contained in:
parent
fb4591c48c
commit
13bb5e2317
2 changed files with 33 additions and 3 deletions
|
@ -457,7 +457,7 @@ typedef struct _PLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA
|
|||
typedef struct _PLUGPLAY_CONTROL_QUERY_REMOVE_DATA
|
||||
{
|
||||
UNICODE_STRING DeviceInstance;
|
||||
ULONG Unknown2;
|
||||
ULONG Flags;
|
||||
PNP_VETO_TYPE VetoType;
|
||||
LPWSTR VetoName;
|
||||
ULONG NameLength;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue