NTSTATUS __stdcall VerifierKeWaitForMultipleObjectsNoReboot(
UINT64 Count,
VOID **Object,
_WAIT_TYPE WaitType,
_KWAIT_REASON WaitReason,
CHAR WaitMode,
UINT8 Alertable,
_LARGE_INTEGER *Timeout,
_KWAIT_BLOCK *WaitBlockArray){
UINT64 v9;
return ViKeWaitForMultipleObjectsCommon(
Count,
Object,
WaitType,
WaitReason,
WaitMode,
Alertable,
Timeout,
WaitBlockArray,
v9);
}