table of contents
other versions
- wheezy 1.4.1-4
IsBadHugeReadPtr(3w) | Wine API | IsBadHugeReadPtr(3w) |
NAME¶
IsBadHugeReadPtr (KERNEL32.@)SYNOPSIS¶
BOOL IsBadHugeReadPtr(
LPCVOID ptr,
UINT size
)
DESCRIPTION¶
Check for read access on a memory block.PARAMS¶
ptr [In] Address of memory block. size [In] Size of block.RETURNS¶
Success: TRUE. Failure: FALSE. Process has read access to entire block.IMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/virtual.c".Oct 2012 | Wine API |