Dumpcap probably has *no* windows.

svn path=/trunk/; revision=17716
This commit is contained in:
Guy Harris 2006-03-24 05:05:14 +00:00
parent f8d7cbf654
commit ad7ed41f04
1 changed files with 3 additions and 1 deletions

View File

@ -899,7 +899,9 @@ sync_pipe_kill(capture_options *capture_opts)
* handle. OpenProcess will get an handle (not a window handle)
* from the process ID; it will not get a window handle from the
* process ID. (How could it? A process can have more than one
* window.)
* window. For that matter, a process might have *no* windows,
* as a process running dumpcap, the normal child process program,
* probably does.)
*
* Hint: GenerateConsoleCtrlEvent() will only work if both processes are
* running in the same console; that's not necessarily the case for