Function windows_sys::Wdk::System::SystemServices::ZwQueryValueKey
pub unsafe extern "system" fn ZwQueryValueKey(
keyhandle: HANDLE,
valuename: *const UNICODE_STRING,
keyvalueinformationclass: KEY_VALUE_INFORMATION_CLASS,
keyvalueinformation: *mut c_void,
length: u32,
resultlength: *mut u32
) -> NTSTATUS
Expand description
Required features: "Win32_Foundation"