Function kernel32::VirtualAllocEx
[−]
[src]
pub unsafe extern "system" fn VirtualAllocEx(
hProcess: HANDLE,
lpAddress: LPVOID,
dwSize: SIZE_T,
flAllocationType: DWORD,
flProtect: DWORD
) -> LPVOID