Function VirtualAlloc [src]
Prototype
pub extern "kernel32" fn VirtualAlloc( lpAddress: ?LPVOID, dwSize: SIZE_T, flAllocationType: DWORD, flProtect: DWORD, ) callconv(.winapi) ?LPVOID
Parameters
lpAddress: ?LPVOID
dwSize: SIZE_T
flAllocationType: DWORD
flProtect: DWORD
Source
pub extern "kernel32" fn VirtualAlloc(
lpAddress: ?LPVOID,
dwSize: SIZE_T,
flAllocationType: DWORD,
flProtect: DWORD,
) callconv(.winapi) ?LPVOID