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

Unified Diff: sandbox/win/src/nt_internals.h

Issue 1296223005: Continuing changes for lpc proxy Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months 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
« no previous file with comments | « sandbox/win/src/lpc_policy.cc ('k') | sandbox/win/src/sandbox_nt_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/nt_internals.h
diff --git a/sandbox/win/src/nt_internals.h b/sandbox/win/src/nt_internals.h
index 40b29c6beb3276415bf845b19deb9458bca08a21..ecf1c282d40dbe8c41b6f2b7968a34ea9672bd00 100644
--- a/sandbox/win/src/nt_internals.h
+++ b/sandbox/win/src/nt_internals.h
@@ -686,5 +686,20 @@ struct PROCESS_ACCESS_TOKEN {
const unsigned int NtProcessInformationAccessToken = 9;
+typedef struct _ALPC_PORT_ATTRIBUTES {
+ ULONG flags;
+ SECURITY_QUALITY_OF_SERVICE qos;
+ SIZE_T max_message_length;
+ SIZE_T memory_bandwidth;
+ SIZE_T max_pool_usage;
+ SIZE_T max_section_size;
+ SIZE_T max_view_size;
+ SIZE_T max_total_section_size;
+ ULONG dup_object_types;
+#ifdef _WIN64
+ ULONG reserved;
+#endif
+} ALPC_PORT_ATTRIBUTES, *PALPC_PORT_ATTRIBUTES;
+
#endif // SANDBOX_WIN_SRC_NT_INTERNALS_H__
« no previous file with comments | « sandbox/win/src/lpc_policy.cc ('k') | sandbox/win/src/sandbox_nt_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698