VirtualAllocExX

The VirtualAllocExX releases memory in the target process.

function VirtualFreeExX(
  dwProcessID: DWord;
  pMemoryAddress: Pointer;
  dwSize: DWord;
  dwFreeType: DWord
): Boolean; stdcall;


Parameters

dwProcessID
[in] Process id or process handle of the target process.
 
pMemoryAddress
[in] Pointer to address which is released.
 
dwSize
[in] Size of memory which is released.
dwFreeType
[in] Type of memory releasing.
Remarks

-

Return Values

If the function succeeds, the return value 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