#include <freeldr.h>
#include <debug.h>
Go to the source code of this file.
Functions |
| | DBG_DEFAULT_CHANNEL (REGISTRY) |
| VOID | RegInitializeRegistry (VOID) |
| LONG | RegInitCurrentControlSet (BOOLEAN LastKnownGood) |
| LONG | RegCreateKey (FRLDRHKEY ParentKey, PCWSTR KeyName, PFRLDRHKEY Key) |
| LONG | RegDeleteKey (FRLDRHKEY Key, PCWSTR Name) |
| LONG | RegEnumKey (FRLDRHKEY Key, ULONG Index, PWCHAR Name, ULONG *NameSize) |
| LONG | RegOpenKey (FRLDRHKEY ParentKey, PCWSTR KeyName, PFRLDRHKEY Key) |
| LONG | RegSetValue (FRLDRHKEY Key, PCWSTR ValueName, ULONG Type, PCSTR Data, ULONG DataSize) |
| LONG | RegQueryValue (FRLDRHKEY Key, PCWSTR ValueName, ULONG *Type, PUCHAR Data, ULONG *DataSize) |
| LONG | RegDeleteValue (FRLDRHKEY Key, PCWSTR ValueName) |
| LONG | RegEnumValue (FRLDRHKEY Key, ULONG Index, PWCHAR ValueName, ULONG *NameSize, ULONG *Type, PUCHAR Data, ULONG *DataSize) |
| ULONG | RegGetSubKeyCount (FRLDRHKEY Key) |
| ULONG | RegGetValueCount (FRLDRHKEY Key) |
Variables |
| static FRLDRHKEY | RootKey |