The VirtualAllocExX allocates memory in the target process.
function VirtualAllocExX( dwProcessID: DWord; pAddress: Pointer; dwSize: DWord; dwAllocationType: DWord; dwProtect: DWord ): pointer; stdcall;
On Win9x the memory can directly written. It is accessable by all processes.
If the function succeeds, the return value is the address of memory inside the target process.
If the function fails, the return value is 0.
Requirements
| Client | Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95. |
|---|---|
| Header |
Declared in uallKernel.pas |