From 3436355fe0bad5e6456444f10af70508b2e11b2e Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Fri, 2 Mar 2012 20:08:51 +0000 Subject: [PATCH] [NDK] - Add missing definitions svn path=/trunk/; revision=55962 --- reactos/include/ndk/cmtypes.h | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/reactos/include/ndk/cmtypes.h b/reactos/include/ndk/cmtypes.h index e4693486f0c..bb208837970 100644 --- a/reactos/include/ndk/cmtypes.h +++ b/reactos/include/ndk/cmtypes.h @@ -171,12 +171,30 @@ typedef enum _KEY_SET_INFORMATION_CLASS { // typedef enum _PLUGPLAY_CONTROL_CLASS { - PlugPlayControlUserResponse = 0x07, - PlugPlayControlProperty = 0x0A, - PlugPlayControlGetRelatedDevice = 0x0C, - PlugPlayControlDeviceStatus = 0x0E, + PlugPlayControlEnumerateDevice, + PlugPlayControlRegisterNewDevice, + PlugPlayControlDeregisterDevice, + PlugPlayControlInitializeDevice, + PlugPlayControlStartDevice, + PlugPlayControlUnlockDevice, + PlugPlayControlQueryAndRemoveDevice, + PlugPlayControlUserResponse, + PlugPlayControlGenerateLegacyDevice, + PlugPlayControlGetInterfaceDeviceList, + PlugPlayControlProperty, + PlugPlayControlDeviceClassAssociation, + PlugPlayControlGetRelatedDevice, + PlugPlayControlGetInterfaceDeviceAlias, + PlugPlayControlDeviceStatus, PlugPlayControlGetDeviceDepth, - PlugPlayControlResetDevice = 0x14 + PlugPlayControlQueryDeviceRelations, + PlugPlayControlTargetDeviceRelation, + PlugPlayControlQueryConflictList, + PlugPlayControlRetrieveDock, + PlugPlayControlResetDevice, + PlugPlayControlHaltDevice, + PlugPlayControlGetBlockedDriverList, + MaxPlugPlayControl } PLUGPLAY_CONTROL_CLASS; typedef enum _PLUGPLAY_BUS_CLASS