IsBadReadPtr(3w)
NAME
IsBadReadPtr (KERNEL32.@)
SYNOPSIS
BOOL IsBadReadPtr ( LPCVOID ptr, UINT size )
DESCRIPTION
Check for read access on a memory block.
ptr [In] Address of memory block. size [In] Size of block.
RETURNS
Success: TRUE.
Failure: FALSE. Process has read access to entire block.
IMPLEMENTATION
Defined in "winbase.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/virtual.c".