ReactOS 0.4.15-dev-6055-g36cdd34
|
#include <cmlib.h>
Go to the source code of this file.
Macros | |
#define | HKEY_TO_HCI(hKey) ((HCELL_INDEX)(ULONG_PTR)(hKey)) |
#define | RegCloseKey(hKey) (ERROR_SUCCESS) |
Typedefs | |
typedef HANDLE | HKEY |
typedef HANDLE * | PHKEY |
Functions | |
BOOLEAN | RegImportBinaryHive (_In_ PVOID ChunkBase, _In_ ULONG ChunkSize) |
BOOLEAN | RegInitCurrentControlSet (_In_ BOOLEAN LastKnownGood) |
LONG | RegOpenKey (_In_ HKEY ParentKey, _In_z_ PCWSTR KeyName, _Out_ PHKEY Key) |
LONG | RegQueryValue (_In_ HKEY Key, _In_z_ PCWSTR ValueName, _Out_opt_ PULONG Type, _Out_opt_ PUCHAR Data, _Inout_opt_ PULONG DataSize) |
Variables | |
PHHIVE | SystemHive |
HKEY | CurrentControlSetKey |
#define HKEY_TO_HCI | ( | hKey | ) | ((HCELL_INDEX)(ULONG_PTR)(hKey)) |
Definition at line 28 of file registry.h.
#define RegCloseKey | ( | hKey | ) | (ERROR_SUCCESS) |
Definition at line 47 of file registry.h.
Definition at line 26 of file registry.h.
Definition at line 26 of file registry.h.
Definition at line 66 of file registry.c.
Referenced by WinLdrInitSystemHive().
Definition at line 112 of file registry.c.
Referenced by WinLdrInitSystemHive().
Definition at line 263 of file registry.c.
LONG RegQueryValue | ( | _In_ HKEY | Key, |
_In_z_ PCWSTR | ValueName, | ||
_Out_opt_ PULONG | Type, | ||
_Out_opt_ PUCHAR | Data, | ||
_Inout_opt_ PULONG | DataSize | ||
) |
Definition at line 418 of file registry.c.
|
extern |
Definition at line 33 of file registry.c.
Referenced by RegInitCurrentControlSet(), RegOpenKey(), WinLdrDetectVersion(), WinLdrInitErrataInf(), WinLdrScanRegistry(), and WinLdrScanSystemHive().
|
extern |
Definition at line 32 of file registry.c.
Referenced by CmGetSystemControlValues(), CmpFindControlSet(), CmpInitializeSystemHive(), CmpWalkPath(), RegImportBinaryHive(), RegInitCurrentControlSet(), and WinLdrScanRegistry().