[][src]Type Definition ntapi::ntzwapi::ZwEnumerateKey

type ZwEnumerateKey = unsafe extern "system" fn(KeyHandle: HANDLE, Index: ULONG, KeyInformationClass: KEY_INFORMATION_CLASS, KeyInformation: PVOID, Length: ULONG, ResultLength: PULONG) -> NTSTATUS;