Function windows::Wdk::System::SystemServices::ZwEnumerateKey

pub unsafe fn ZwEnumerateKey<P0>(
    keyhandle: P0,
    index: u32,
    keyinformationclass: KEY_INFORMATION_CLASS,
    keyinformation: Option<*mut c_void>,
    length: u32,
    resultlength: *mut u32
) -> NTSTATUS
where P0: Param<HANDLE>,