|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 586 of file registry.c.
Referenced by IntCreateNewRegistryPath(), and IntCreateRegistryPath().
Definition at line 610 of file registry.c.
Referenced by IntCreateNewRegistryPath().
Definition at line 634 of file registry.c.
| NTSTATUS NTAPI RtlFormatCurrentUserKeyPath | ( | OUT PUNICODE_STRING | KeyPath | ) |
Definition at line 745 of file registry.c.
Referenced by _Success_(), RtlOpenCurrentUser(), and RtlpGetRegistryHandle().
Definition at line 702 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 567 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 818 of file registry.c.
| NTSTATUS NTAPI RtlpNtEnumerateSubKey | ( | IN HANDLE | KeyHandle, |
| OUT PUNICODE_STRING | SubKeyName, | ||
| IN ULONG | Index, | ||
| IN ULONG | Unused | ||
| ) |
Definition at line 847 of file registry.c.
Definition at line 904 of file registry.c.
| NTSTATUS NTAPI RtlpNtOpenKey | ( | OUT HANDLE | KeyHandle, |
| IN ACCESS_MASK | DesiredAccess, | ||
| IN POBJECT_ATTRIBUTES | ObjectAttributes, | ||
| IN ULONG | Unused | ||
| ) |
Definition at line 915 of file registry.c.
| 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 936 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 991 of file registry.c.
| 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 1013 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 664 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().