mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NDK]
- add type for retrieving device interface list - please review svn path=/trunk/; revision=65321
This commit is contained in:
@@ -418,6 +418,15 @@ typedef struct _PLUGPLAY_EVENT_BLOCK
|
||||
// Plug and Play Control Classes
|
||||
//
|
||||
|
||||
//Class 0x09
|
||||
typedef struct _PLUGPLAY_CONTROL_INTERFACE_DEVICE_LIST_DATA
|
||||
{
|
||||
UNICODE_STRING DeviceInstance;
|
||||
LPWSTR FilterGuid;
|
||||
PVOID Buffer;
|
||||
ULONG BufferSize;
|
||||
} PLUGPLAY_CONTROL_INTERFACE_DEVICE_LIST_DATA, *PPLUGPLAY_CONTROL_INTERFACE_DEVICE_LIST_DATA;
|
||||
|
||||
//Class 0x0A
|
||||
typedef struct _PLUGPLAY_CONTROL_PROPERTY_DATA
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user