ntoskrnl.exe: Stub for KeWaitForSingleObject.

This commit is contained in:
Anders Jonsson 2009-06-14 13:49:17 +02:00 committed by Alexandre Julliard
parent b79a474033
commit 80450122fe
2 changed files with 15 additions and 1 deletions

View File

@ -986,6 +986,20 @@ ULONG WINAPI KeQueryTimeIncrement(void)
}
/***********************************************************************
* KeWaitForSingleObject (NTOSKRNL.EXE.@)
*/
NTSTATUS WINAPI KeWaitForSingleObject(PVOID Object,
KWAIT_REASON WaitReason,
KPROCESSOR_MODE WaitMode,
BOOLEAN Alertable,
PLARGE_INTEGER Timeout)
{
FIXME( "stub: %p, %d, %d, %d, %p\n", Object, WaitReason, WaitMode, Alertable, Timeout );
return STATUS_NOT_IMPLEMENTED;
}
/***********************************************************************
* MmAllocateNonCachedMemory (NTOSKRNL.EXE.@)
*/

View File

@ -629,7 +629,7 @@
@ stub KeUserModeCallback
@ stub KeWaitForMultipleObjects
@ stub KeWaitForMutexObject
@ stub KeWaitForSingleObject
@ stdcall KeWaitForSingleObject(ptr long long long ptr)
@ stub KiBugCheckData
@ stub KiCoprocessorError
@ stub KiDeliverApc