RtlQueryRegistryValues
Function parameters
Parameters
- QueryTable:[*]RTL_QUERY_REGISTRY_TABLE
- Context:?*anyopaque
- Environment:?*anyopaque
Functions in this namespace
Functions
- RtlGetFullPathName_U
- Returns the number of bytes written to `Buffer`.
Source
Implementation
pub extern "ntdll" fn RtlQueryRegistryValues(
RelativeTo: ULONG,
Path: PCWSTR,
QueryTable: [*]RTL_QUERY_REGISTRY_TABLE,
Context: ?*anyopaque,
Environment: ?*anyopaque,
) callconv(.winapi) NTSTATUS