ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | _HIVE_LIST_ENTRY |
Typedefs | |
typedef struct _HIVE_LIST_ENTRY | HIVE_LIST_ENTRY |
typedef struct _HIVE_LIST_ENTRY * | PHIVE_LIST_ENTRY |
Functions | |
VOID | RegInitializeRegistry (IN PCSTR HiveList) |
VOID | RegShutdownRegistry (VOID) |
Variables | |
HIVE_LIST_ENTRY | RegistryHives [] |
Definition at line 25 of file registry.h.
Definition at line 24 of file registry.h.
Definition at line 27 of file registry.h.
Definition at line 23 of file registry.h.
Definition at line 28 of file registry.h.
Definition at line 31 of file registry.h.
#define ERROR_NO_SYSTEM_RESOURCES 1450L |
Definition at line 32 of file registry.h.
Definition at line 26 of file registry.h.
#define ERROR_SUCCESS 0L |
Definition at line 22 of file registry.h.
#define MAX_NUMBER_OF_REGISTRY_HIVES 7 |
Definition at line 19 of file registry.h.
#define REG_BINARY 3 |
Definition at line 37 of file registry.h.
#define REG_DWORD 4 |
Definition at line 38 of file registry.h.
#define REG_DWORD_BIG_ENDIAN 5 |
Definition at line 40 of file registry.h.
#define REG_DWORD_LITTLE_ENDIAN 4 |
Definition at line 39 of file registry.h.
#define REG_EXPAND_SZ 2 |
Definition at line 36 of file registry.h.
#define REG_FULL_RESOURCE_DESCRIPTOR 9 |
Definition at line 44 of file registry.h.
#define REG_LINK 6 |
Definition at line 41 of file registry.h.
#define REG_MULTI_SZ 7 |
Definition at line 42 of file registry.h.
#define REG_NONE 0 |
Definition at line 34 of file registry.h.
#define REG_QWORD 11 |
Definition at line 46 of file registry.h.
#define REG_QWORD_LITTLE_ENDIAN 11 |
Definition at line 47 of file registry.h.
#define REG_RESOURCE_LIST 8 |
Definition at line 43 of file registry.h.
#define REG_RESOURCE_REQUIREMENTS_LIST 10 |
Definition at line 45 of file registry.h.
#define REG_SZ 1 |
Definition at line 35 of file registry.h.
typedef struct _HIVE_LIST_ENTRY HIVE_LIST_ENTRY |
typedef struct _HIVE_LIST_ENTRY * PHIVE_LIST_ENTRY |
Definition at line 1134 of file registry.c.
Definition at line 1193 of file registry.c.
Referenced by main().
|
extern |
Definition at line 581 of file registry.c.
Referenced by main(), RegCleanupRegistry(), RegInitializeRegistry(), START_TEST(), and VerifyRegistryHives().