Searched refs:ProcessInformation (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c4523 PROCESS_INFORMATION ProcessInformation; local
4620 &ProcessInformation))
4647 ret = (int)ProcessInformation.dwProcessId;
4649 w32_child_handles[w32_num_children] = ProcessInformation.hProcess;
4655 win32_msgwait(aTHX_ 1, &ProcessInformation.hProcess, INFINITE, NULL);
4659 GetExitCodeProcess(ProcessInformation.hProcess, &status);
4661 CloseHandle(ProcessInformation.hProcess);
4664 CloseHandle(ProcessInformation.hThread);

Completed in 189 milliseconds