Searched defs:g_paProcesses (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp128 } *g_paProcesses; variable in typeref:struct:RTPROCWINENTRY
147 CloseHandle(g_paProcesses[i].hProcess);
148 g_paProcesses[i].hProcess = NULL;
150 RTMemFree(g_paProcesses);
152 g_paProcesses = NULL;
170 g_paProcesses = NULL;
186 * Gets the process handle for a process from g_paProcesses.
198 if (g_paProcesses[i].pid == pid)
200 hProcess = g_paProcesses[i].hProcess;
210 * Removes a process from g_paProcesses an
[all...]

Completed in 61 milliseconds