Function windows_native::ntregapi::NtQueryValueKey
source · pub unsafe extern "system" fn NtQueryValueKey(
KeyHandle: HANDLE,
ValueName: *mut UNICODE_STRING,
KeyValueInformationClass: KEY_VALUE_INFORMATION_CLASS,
KeyValueInformation: *mut c_void,
Length: u32,
ResultLength: *mut u32
) -> NTSTATUS