From: Thomas Bluemel Date: Fri, 25 Nov 2005 14:15:46 +0000 (+0000) Subject: Some header fixes by Sebastian Gąsiorek X-Git-Tag: backups/ros-branch-0_2_9@19949~378 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=790caeda874ec5a9cbbcdd59d820dcf1cd589306 Some header fixes by Sebastian Gąsiorek svn path=/trunk/; revision=19550 --- diff --git a/reactos/w32api/include/ddk/cfgmgr32.h b/reactos/w32api/include/ddk/cfgmgr32.h index 01a0e141405..8ab07b4a2fe 100644 --- a/reactos/w32api/include/ddk/cfgmgr32.h +++ b/reactos/w32api/include/ddk/cfgmgr32.h @@ -106,6 +106,10 @@ extern "C" { #define CR_INVALID_INDEX 0x0000003A #define CR_INVALID_STRUCTURE_SIZE 0x0000003B +#define RegDisposition_OpenAlways 0x00000000 +#define RegDisposition_OpenExisting 0x00000001 +#define RegDisposition_Bits 0x00000001 + typedef DWORD RETURN_TYPE; typedef RETURN_TYPE CONFIGRET; @@ -224,6 +228,12 @@ typedef RESOURCEID *PRESOURCEID; #define CM_DRP_MIN 0x00000001 #define CM_DRP_MAX 0x00000017 +#define CM_REGISTRY_HARDWARE 0x00000000 +#define CM_REGISTRY_SOFTWARE 0x00000001 +#define CM_REGISTRY_USER 0x00000100 +#define CM_REGISTRY_CONFIG 0x00000200 +#define CM_REGISTRY_BITS 0x00000301 + typedef struct BusNumber_Des_s { DWORD BUSD_Count;