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

Unified Diff: sandbox/win/src/interceptors_64.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/interceptors.h ('k') | sandbox/win/src/interceptors_64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/interceptors_64.h
diff --git a/sandbox/win/src/interceptors_64.h b/sandbox/win/src/interceptors_64.h
index 7368ceb845046d46566685d74bdf0ce15602b73a..fd7e9ca298ac37e0d860a72bcc8a84416442c769 100644
--- a/sandbox/win/src/interceptors_64.h
+++ b/sandbox/win/src/interceptors_64.h
@@ -168,6 +168,20 @@ SANDBOX_INTERCEPT HGDIOBJ WINAPI TargetGetStockObject64(int object);
// Interceptor for the RegisterClassW function.
SANDBOX_INTERCEPT ATOM WINAPI TargetRegisterClassW64(const WNDCLASS* wnd_class);
+// Interceptor for NtAlpcConnectPort
+SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtAlpcConnectPort64(
+ PHANDLE port_handle,
+ PUNICODE_STRING port_name,
+ POBJECT_ATTRIBUTES object_attributes,
+ PALPC_PORT_ATTRIBUTES port_attributes,
+ ULONG flags,
+ void* sid,
+ void* connection_message,
+ ULONG* buffer_length,
+ void* out_message_attributes,
+ void* in_message_attributes,
+ PLARGE_INTEGER timeout);
+
} // extern "C"
} // namespace sandbox
« no previous file with comments | « sandbox/win/src/interceptors.h ('k') | sandbox/win/src/interceptors_64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698