Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Win32/
DWin32.xs1178 PROCESS_INFORMATION stProcInfo; local
1206 &stProcInfo)) /* <- Process info (if OK) */
1208 int pid = (int)stProcInfo.dwProcessId;
1210 CloseHandle(stProcInfo.hThread);/* library source code does this. */