ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | TAG_RTLREGISTRY 'vrqR' |
Variables | |
SIZE_T | RtlpAllocDeallocQueryBufferSize |
PCWSTR | RtlpRegPaths [RTL_REGISTRY_MAXIMUM] |
#define NDEBUG |
Definition at line 16 of file registry.c.
#define TAG_RTLREGISTRY 'vrqR' |
Definition at line 19 of file registry.c.
_Success_ | ( | return! | = NULL || BufferSize==0 | ) |
Definition at line 427 of file registry.c.
Definition at line 583 of file registry.c.
Referenced by IntCreateNewRegistryPath(), and IntCreateRegistryPath().
Definition at line 607 of file registry.c.
Referenced by IntCreateNewRegistryPath().
Definition at line 631 of file registry.c.
NTSTATUS NTAPI RtlFormatCurrentUserKeyPath | ( | OUT PUNICODE_STRING | KeyPath | ) |
Definition at line 742 of file registry.c.
Referenced by _Success_(), RtlOpenCurrentUser(), and RtlpGetRegistryHandle().
Definition at line 699 of file registry.c.
NTSTATUS NTAPI RtlpCallQueryRegistryRoutine | ( | IN PRTL_QUERY_REGISTRY_TABLE | QueryTable, |
IN PKEY_VALUE_FULL_INFORMATION | KeyValueInfo, | ||
IN OUT PULONG | InfoSize, | ||
IN PVOID | Context, | ||
IN PVOID | Environment | ||
) |
Definition at line 127 of file registry.c.
Referenced by RtlQueryRegistryValues().
Definition at line 564 of file registry.c.
Referenced by RtlCreateRegistryKey(), RtlDeleteRegistryValue(), RtlQueryRegistryValues(), and RtlWriteRegistryValue().
NTSTATUS NTAPI RtlpGetRegistryHandle | ( | IN ULONG | RelativeTo, |
IN PCWSTR | Path, | ||
IN BOOLEAN | Create, | ||
IN PHANDLE | KeyHandle | ||
) |
Definition at line 459 of file registry.c.
Referenced by RtlCheckRegistryKey(), RtlCreateRegistryKey(), RtlDeleteRegistryValue(), RtlQueryRegistryValues(), and RtlWriteRegistryValue().
NTSTATUS NTAPI RtlpNtCreateKey | ( | OUT HANDLE | KeyHandle, |
IN ACCESS_MASK | DesiredAccess, | ||
IN POBJECT_ATTRIBUTES | ObjectAttributes, | ||
IN ULONG | TitleIndex, | ||
IN PUNICODE_STRING | Class, | ||
OUT PULONG | Disposition | ||
) |
Definition at line 815 of file registry.c.
NTSTATUS NTAPI RtlpNtEnumerateSubKey | ( | IN HANDLE | KeyHandle, |
OUT PUNICODE_STRING | SubKeyName, | ||
IN ULONG | Index, | ||
IN ULONG | Unused | ||
) |
Definition at line 844 of file registry.c.
Definition at line 901 of file registry.c.
NTSTATUS NTAPI RtlpNtOpenKey | ( | OUT HANDLE | KeyHandle, |
IN ACCESS_MASK | DesiredAccess, | ||
IN POBJECT_ATTRIBUTES | ObjectAttributes, | ||
IN ULONG | Unused | ||
) |
Definition at line 912 of file registry.c.
Referenced by LsapIsDatabaseInstalled(), and LsapOpenServiceKey().
NTSTATUS NTAPI RtlpNtQueryValueKey | ( | IN HANDLE | KeyHandle, |
OUT PULONG Type | OPTIONAL, | ||
OUT PVOID Data | OPTIONAL, | ||
IN OUT PULONG DataLength | OPTIONAL, | ||
IN ULONG | Unused | ||
) |
Definition at line 933 of file registry.c.
Referenced by InitFunctionPtrs(), LsapGetObjectAttribute(), and RtlInitializeRXact().
NTSTATUS NTAPI RtlpNtSetValueKey | ( | IN HANDLE | KeyHandle, |
IN ULONG | Type, | ||
IN PVOID | Data, | ||
IN ULONG | DataLength | ||
) |
Definition at line 988 of file registry.c.
Referenced by LsapSetObjectAttribute().
NTSTATUS NTAPI RtlpQueryRegistryDirect | ( | IN ULONG | ValueType, |
IN PVOID | ValueData, | ||
IN ULONG | ValueLength, | ||
IN PVOID | Buffer | ||
) |
Definition at line 39 of file registry.c.
Referenced by RtlpCallQueryRegistryRoutine().
NTSTATUS NTAPI RtlQueryRegistryValues | ( | IN ULONG | RelativeTo, |
IN PCWSTR | Path, | ||
IN PRTL_QUERY_REGISTRY_TABLE | QueryTable, | ||
IN PVOID | Context, | ||
IN PVOID Environment | OPTIONAL | ||
) |
Definition at line 1010 of file registry.c.
NTSTATUS NTAPI RtlWriteRegistryValue | ( | IN ULONG | RelativeTo, |
IN PCWSTR | Path, | ||
IN PCWSTR | ValueName, | ||
IN ULONG | ValueType, | ||
IN PVOID | ValueData, | ||
IN ULONG | ValueLength | ||
) |
Definition at line 661 of file registry.c.
|
extern |
Definition at line 19 of file libsupp.c.
Referenced by RtlQueryRegistryValues().
PCWSTR RtlpRegPaths[RTL_REGISTRY_MAXIMUM] |
Definition at line 25 of file registry.c.
Referenced by RtlOpenCurrentUser(), and RtlpGetRegistryHandle().