Home
last modified time | relevance | path

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

/aoo41x/main/sal/systools/win32/kill/
H A Dkill.cxx399 DWORD dwProcessIds[1024]; in _tmain() local
400 DWORD nProcesses = elementsof(dwProcessIds); in _tmain()
404 ParseCommandArgs( dwProcessIds, &nProcesses, &sig ); in _tmain()
410 _tprintf( _T("Sending signal to process id %d..."), dwProcessIds[n] ); in _tmain()
413 FALSE, dwProcessIds[n] ); in _tmain()

Completed in 25 milliseconds