Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: util/win/process_info.h

Issue 1422503015: win: Add HandleToInt() and IntToHandle() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: util/win/process_info.h
diff --git a/util/win/process_info.h b/util/win/process_info.h
index ca1935bb5db9924134fac78980aeb759af813635..49a6f3549b06cbdcca6e4e56518455eb87e04fa2 100644
--- a/util/win/process_info.h
+++ b/util/win/process_info.h
@@ -58,9 +58,6 @@ class ProcessInfo {
std::wstring type_name;
//! \brief The handle's value.
- //!
- //! See https://msdn.microsoft.com/en-us/library/windows/desktop/aa384203 on
- //! 32 bits being the correct size for `HANDLE`s, even on Windows x64.
uint32_t handle;
scottmg 2015/11/05 18:03:18 Similarly here since the conversion is HANDLE -> i
//! \brief The attributes for the handle, e.g. `OBJ_INHERIT`,
« util/win/handle.cc ('K') | « util/win/handle_test.cc ('k') | util/win/process_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698