Function windows_sys::Wdk::System::SystemServices::ZwQueryKey
pub unsafe extern "system" fn ZwQueryKey(
keyhandle: HANDLE,
keyinformationclass: KEY_INFORMATION_CLASS,
keyinformation: *mut c_void,
length: u32,
resultlength: *mut u32
) -> NTSTATUS
Expand description
Required features: "Win32_Foundation"