Searched refs:VirtualAllocEx (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/kernel32/client/ |
H A D | virtmem.c | 23 VirtualAllocEx(IN HANDLE hProcess, in VirtualAllocEx() function 71 return VirtualAllocEx(GetCurrentProcess(), in VirtualAlloc()
|
/reactos/modules/rostests/apitests/localspl/ |
H A D | service.c | 96 …pLoadLibraryArgument = VirtualAllocEx(hProcess, NULL, cbDLLPath, MEM_COMMIT | MEM_RESERVE, PAGE_RE… in _DoDLLInjection()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | loader.c | 3147 addr = VirtualAllocEx(pi.hProcess, NULL, 4096, MEM_COMMIT, PAGE_READWRITE); in test_ExitProcess() 3286 addr = VirtualAllocEx(pi.hProcess, NULL, 4096, MEM_COMMIT, PAGE_READWRITE); in test_ExitProcess()
|
H A D | process.c | 3362 …remote_pipe_params = VirtualAllocEx(pi.hProcess, NULL, sizeof(pipe_params), MEM_COMMIT, PAGE_READW… in test_SuspendProcessState()
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 1161 @ stdcall VirtualAllocEx(long ptr long long long)
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 3428 PVOID WINAPI VirtualAllocEx(HANDLE,PVOID,SIZE_T,DWORD,DWORD);
|