RtlOpenImageFileOptionsKey

NTSTATUS __stdcall RtlOpenImageFileOptionsKey(
        const _UNICODE_STRING *ImagePathName,
        INT64 Wow64Path,
        VOID **KeyHandle,
        INT64 a4,
        INT64 a5,
        INT64 a6,
        INT64 a7,
        INT64 a8){
  return RtlpOpenImageFileOptionsKeyEx((_UNICODE_STRING *)ImagePathName, Wow64Path, (INT64)KeyHandle, KeyHandle);
}

Referenced by:

PspAllocateProcess