Source position: jwawinbase.pas line 1809
function VirtualAlloc(
lpAddress: LPVOID;
dwSize: SIZE_T;
flAllocationType: DWORD;
flProtect: DWORD
):LPVOID;