summaryrefslogtreecommitdiffstats
path: root/ipc/handle_attachment_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/handle_attachment_win.h')
-rw-r--r--ipc/handle_attachment_win.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/handle_attachment_win.h b/ipc/handle_attachment_win.h
index d7fe678..e164cc0 100644
--- a/ipc/handle_attachment_win.h
+++ b/ipc/handle_attachment_win.h
@@ -25,6 +25,7 @@ class IPC_EXPORT HandleAttachmentWin : public BrokerableAttachment {
// void*, whose size varies between 32 and 64-bit processes. Using a
// int32_t means that 64-bit processes will need to perform both up-casting
// and down-casting. This is performed using the appropriate Windows apis.
+ // A value of 0 is equivalent to an invalid handle.
int32_t handle;
// The id of the destination process that the handle is duplicated into.
base::ProcessId destination_process;