Home
last modified time | relevance | path

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

/trunk/main/sal/systools/win32/kill/
H A Dkill.cxx420 DWORD dwProcessIds[1024]; in _tmain() local
421 DWORD nProcesses = elementsof(dwProcessIds); in _tmain()
425 ParseCommandArgs( dwProcessIds, &nProcesses, &sig ); in _tmain()
431 _tprintf( _T("Sending signal to process id %d..."), dwProcessIds[n] ); in _tmain()
434 FALSE, dwProcessIds[n] ); in _tmain()

Completed in 5 milliseconds