ntoskrnl.exe: Add a stub for ProbeForRead.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Austin English 2015-11-13 08:30:26 +01:00 committed by Alexandre Julliard
parent d77423093c
commit 9191690ca6
2 changed files with 9 additions and 1 deletions

View File

@ -2344,3 +2344,11 @@ void WINAPI KeLeaveCriticalRegion(void)
{
FIXME(": stub\n");
}
/***********************************************************************
* ProbeForRead (NTOSKRNL.EXE.@)
*/
void WINAPI ProbeForRead(void *address, SIZE_T length, ULONG alignment)
{
FIXME("(%p %lu %u) stub\n", address, length, alignment);
}

View File

@ -835,7 +835,7 @@
@ stub PoShutdownBugCheck
@ stub PoStartNextPowerIrp
@ stub PoUnregisterSystemState
@ stub ProbeForRead
@ stdcall ProbeForRead(ptr long long)
@ stub ProbeForWrite
@ stub PsAssignImpersonationToken
@ stub PsChargePoolQuota