Home
last modified time | relevance | path

Searched refs:VirtualAllocEx (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/kernel32/client/
H A Dvirtmem.c23 VirtualAllocEx(IN HANDLE hProcess, in VirtualAllocEx() function
71 return VirtualAllocEx(GetCurrentProcess(), in VirtualAlloc()
/reactos/modules/rostests/apitests/localspl/
H A Dservice.c96 …pLoadLibraryArgument = VirtualAllocEx(hProcess, NULL, cbDLLPath, MEM_COMMIT | MEM_RESERVE, PAGE_RE… in _DoDLLInjection()
/reactos/modules/rostests/winetests/kernel32/
H A Dloader.c3147 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 Dprocess.c3362 …remote_pipe_params = VirtualAllocEx(pi.hProcess, NULL, sizeof(pipe_params), MEM_COMMIT, PAGE_READW… in test_SuspendProcessState()
/reactos/dll/win32/kernel32/
H A Dkernel32.spec1161 @ stdcall VirtualAllocEx(long ptr long long long)
/reactos/sdk/include/psdk/
H A Dwinbase.h3428 PVOID WINAPI VirtualAllocEx(HANDLE,PVOID,SIZE_T,DWORD,DWORD);