ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
NTSTATUS | CreateNestedKey (PHANDLE KeyHandle, ACCESS_MASK DesiredAccess, POBJECT_ATTRIBUTES ObjectAttributes, ULONG CreateOptions) |
NTSTATUS | CreateRegistryFile (IN PUNICODE_STRING NtSystemRoot, IN PCWSTR RegistryKey, IN BOOLEAN IsHiveNew, IN HANDLE ProtoKeyHandle) |
NTSTATUS | CreateSymLinkKey (IN HANDLE RootKey OPTIONAL, IN PCWSTR LinkKeyName, IN PCWSTR TargetKeyName) |
NTSTATUS | DeleteSymLinkKey (IN HANDLE RootKey OPTIONAL, IN PCWSTR LinkKeyName) |
NTSTATUS | ConnectRegistry (IN HANDLE RootKey OPTIONAL, IN PCWSTR RegMountPoint, IN PUNICODE_STRING NtSystemRoot, IN PCWSTR RegistryKey) |
NTSTATUS | DisconnectRegistry (IN HANDLE RootKey OPTIONAL, IN PCWSTR RegMountPoint, IN ULONG Flags) |
NTSTATUS | VerifyRegistryHive (IN PUNICODE_STRING NtSystemRoot, IN PCWSTR RegistryKey) |
NTSTATUS ConnectRegistry | ( | IN HANDLE RootKey | OPTIONAL, |
IN PCWSTR | RegMountPoint, | ||
IN PUNICODE_STRING | NtSystemRoot, | ||
IN PCWSTR | RegistryKey | ||
) |
Definition at line 391 of file regutil.c.
Referenced by RegInitializeRegistry(), and VerifyRegistryHive().
NTSTATUS CreateNestedKey | ( | PHANDLE | KeyHandle, |
ACCESS_MASK | DesiredAccess, | ||
POBJECT_ATTRIBUTES | ObjectAttributes, | ||
ULONG | CreateOptions | ||
) |
Definition at line 33 of file regutil.c.
Referenced by registry_callback().
NTSTATUS CreateRegistryFile | ( | IN PUNICODE_STRING | NtSystemRoot, |
IN PCWSTR | RegistryKey, | ||
IN BOOLEAN | IsHiveNew, | ||
IN HANDLE | ProtoKeyHandle | ||
) |
Definition at line 140 of file regutil.c.
Referenced by RegInitializeRegistry().
NTSTATUS CreateSymLinkKey | ( | IN HANDLE RootKey | OPTIONAL, |
IN PCWSTR | LinkKeyName, | ||
IN PCWSTR | TargetKeyName | ||
) |
Definition at line 254 of file regutil.c.
Referenced by RegInitializeRegistry().
Definition at line 318 of file regutil.c.
Referenced by RegCleanupRegistry().
Definition at line 432 of file regutil.c.
Referenced by RegCleanupRegistry(), and VerifyRegistryHive().
NTSTATUS VerifyRegistryHive | ( | IN PUNICODE_STRING | NtSystemRoot, |
IN PCWSTR | RegistryKey | ||
) |
Definition at line 455 of file regutil.c.
Referenced by VerifyRegistryHives().