mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NDK]
Add PLUGPLAY_CONTROL_RETRIEVE_DOCK_DATA. svn path=/trunk/; revision=70572
This commit is contained in:
@@ -471,6 +471,13 @@ typedef struct _PLUGPLAY_CONTROL_DEVICE_RELATIONS_DATA
|
||||
PWCHAR Buffer;
|
||||
} 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
|
||||
typedef struct _PLUGPLAY_CONTROL_RESET_DEVICE_DATA
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user