aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-03-24 05:05:14 +0000
committerGuy Harris <guy@alum.mit.edu>2006-03-24 05:05:14 +0000
commitad7ed41f045ce2f63eae0a9a35f0b7f4b7a19caf (patch)
tree10d7f6d1e9e5eafc409e4d9943ba7c5d643e4211 /capture_sync.c
parentf8d7cbf6541846ddd04bb239443c66f16a0a8ec4 (diff)
Dumpcap probably has *no* windows.
svn path=/trunk/; revision=17716
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 27fd5b73ac..c7c3d451a2 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -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