Function windows_native::ntregapi::NtQueryKey
source · pub unsafe extern "system" fn NtQueryKey(
KeyHandle: HANDLE,
KeyInformationClass: KEY_INFORMATION_CLASS,
KeyInformation: *mut c_void,
Length: u32,
ResultLength: *mut u32
) -> NTSTATUS