IsBadReadPtrX

The IsBadReadPtrX function checks if the memory is readable.

function IsBadReadPtrX(
  pAddress: Pointer;
  dwSize: DWord
): Boolean; stdcall;


Parameters

pAddress
[in] Address of memory which is checked.
dwSize
[in] Size of memory which is checked
 

Remarks

-

 

Return Values

If the function succeeds, the return value is true.

If the function fails, the return value is false.

 

Requirements

Client Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.
Header

Declared in uallKernel.pas