- Add missing definitions

svn path=/trunk/; revision=55962
This commit is contained in:
Johannes Anderwald 2012-03-02 20:08:51 +00:00
parent a3a80c53a9
commit 3436355fe0

View file

@ -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