IsBadHugeReadPtr.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "winbase.h".

Implemented in "dlls/kernel32/virtual.c".