mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[NDK]
- Add missing definitions svn path=/trunk/; revision=55962
This commit is contained in:
parent
a3a80c53a9
commit
3436355fe0
1 changed files with 23 additions and 5 deletions
|
@ -171,12 +171,30 @@ typedef enum _KEY_SET_INFORMATION_CLASS {
|
||||||
//
|
//
|
||||||
typedef enum _PLUGPLAY_CONTROL_CLASS
|
typedef enum _PLUGPLAY_CONTROL_CLASS
|
||||||
{
|
{
|
||||||
PlugPlayControlUserResponse = 0x07,
|
PlugPlayControlEnumerateDevice,
|
||||||
PlugPlayControlProperty = 0x0A,
|
PlugPlayControlRegisterNewDevice,
|
||||||
PlugPlayControlGetRelatedDevice = 0x0C,
|
PlugPlayControlDeregisterDevice,
|
||||||
PlugPlayControlDeviceStatus = 0x0E,
|
PlugPlayControlInitializeDevice,
|
||||||
|
PlugPlayControlStartDevice,
|
||||||
|
PlugPlayControlUnlockDevice,
|
||||||
|
PlugPlayControlQueryAndRemoveDevice,
|
||||||
|
PlugPlayControlUserResponse,
|
||||||
|
PlugPlayControlGenerateLegacyDevice,
|
||||||
|
PlugPlayControlGetInterfaceDeviceList,
|
||||||
|
PlugPlayControlProperty,
|
||||||
|
PlugPlayControlDeviceClassAssociation,
|
||||||
|
PlugPlayControlGetRelatedDevice,
|
||||||
|
PlugPlayControlGetInterfaceDeviceAlias,
|
||||||
|
PlugPlayControlDeviceStatus,
|
||||||
PlugPlayControlGetDeviceDepth,
|
PlugPlayControlGetDeviceDepth,
|
||||||
PlugPlayControlResetDevice = 0x14
|
PlugPlayControlQueryDeviceRelations,
|
||||||
|
PlugPlayControlTargetDeviceRelation,
|
||||||
|
PlugPlayControlQueryConflictList,
|
||||||
|
PlugPlayControlRetrieveDock,
|
||||||
|
PlugPlayControlResetDevice,
|
||||||
|
PlugPlayControlHaltDevice,
|
||||||
|
PlugPlayControlGetBlockedDriverList,
|
||||||
|
MaxPlugPlayControl
|
||||||
} PLUGPLAY_CONTROL_CLASS;
|
} PLUGPLAY_CONTROL_CLASS;
|
||||||
|
|
||||||
typedef enum _PLUGPLAY_BUS_CLASS
|
typedef enum _PLUGPLAY_BUS_CLASS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue