mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[NDK]
Add PLUGPLAY_CONTROL_RETRIEVE_DOCK_DATA. svn path=/trunk/; revision=70572
This commit is contained in:
parent
b83fd18555
commit
cd9434b877
1 changed files with 7 additions and 0 deletions
|
@ -471,6 +471,13 @@ typedef struct _PLUGPLAY_CONTROL_DEVICE_RELATIONS_DATA
|
||||||
PWCHAR Buffer;
|
PWCHAR Buffer;
|
||||||
} PLUGPLAY_CONTROL_DEVICE_RELATIONS_DATA, *PPLUGPLAY_CONTROL_DEVICE_RELATIONS_DATA;
|
} PLUGPLAY_CONTROL_DEVICE_RELATIONS_DATA, *PPLUGPLAY_CONTROL_DEVICE_RELATIONS_DATA;
|
||||||
|
|
||||||
|
// Class 0x13
|
||||||
|
typedef struct _PLUGPLAY_CONTROL_RETRIEVE_DOCK_DATA
|
||||||
|
{
|
||||||
|
ULONG DeviceInstanceLength;
|
||||||
|
PWSTR DeviceInstance;
|
||||||
|
} PLUGPLAY_CONTROL_RETRIEVE_DOCK_DATA, *PPLUGPLAY_CONTROL_RETRIEVE_DOCK_DATA;
|
||||||
|
|
||||||
// Class 0x14
|
// Class 0x14
|
||||||
typedef struct _PLUGPLAY_CONTROL_RESET_DEVICE_DATA
|
typedef struct _PLUGPLAY_CONTROL_RESET_DEVICE_DATA
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue