IsBadHugeWritePtr(3w)
NAME
IsBadHugeWritePtr (KERNEL32.@)
SYNOPSIS
BOOL IsBadHugeWritePtr ( LPVOID ptr, UINT size )
DESCRIPTION
Check for write access on a memory block.
PARAMS
ptr [In] Address of memory block.
size [In] Size of block.
RETURNS
Success: TRUE.
Failure: FALSE. Process has write 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".