cfgmgr32.h: Define MAX_DEVICE_ID_LEN.

oldstable
Damjan Jovanovic 2009-10-20 13:44:41 +02:00 committed by Alexandre Julliard
parent 5f52d86cc2
commit 47334849c3
1 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,9 @@ typedef DWORD CONFIGRET;
#define CR_INVALID_STRUCTURE_SIZE 0x3b
#define NUM_CR_RESULTS 0x3c
#define MAX_DEVICE_ID_LEN 200
#define MAX_DEVNODE_ID_LEN MAX_DEVICE_ID_LEN
#define MAX_CLASS_NAME_LEN 32
#define MAX_GUID_STRING_LEN 39
#define MAX_PROFILE_LEN 80