The VirtualAllocExX releases memory in the target process.
function VirtualFreeExX( dwProcessID: DWord; pMemoryAddress: Pointer; dwSize: DWord; dwFreeType: DWord ): Boolean; stdcall;
-
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 |