added missing constants

svn path=/trunk/; revision=19864
This commit is contained in:
Thomas Bluemel 2005-12-04 14:17:13 +00:00
parent efa152792d
commit 57f8af8f42
2 changed files with 3 additions and 1 deletions

View file

@ -401,7 +401,7 @@ GetDeviceLocationString(IN DEVINST dnDevInst OPTIONAL,
}
static const UINT ProblemStringId[] =
static const UINT ProblemStringId[NUM_CM_PROB] =
{
IDS_DEV_NO_PROBLEM,
IDS_DEV_NOT_CONFIGURED,

View file

@ -80,6 +80,8 @@ extern "C" {
#define CM_PROB_HELD_FOR_EJECT 0x0000002F
#define CM_PROB_DRIVER_BLOCKED 0x00000030
#define CM_PROB_REGISTRY_TOO_LARGE 0x00000031
#define CM_PROB_SETPROPERTIES_FAILED 0x00000032
#define NUM_CM_PROB 0x00000033
#define LCPRI_FORCECONFIG 0x00000000
#define LCPRI_BOOTCONFIG 0x00000001