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

Side by Side Diff: sandbox/win/src/ipc_tags.h

Issue 1225183003: CreateThread interception, to use CreateRemoteThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up casts Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « sandbox/win/src/interceptors_64.cc ('k') | sandbox/win/src/policy_broker.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SANDBOX_SRC_IPC_TAGS_H__ 5 #ifndef SANDBOX_SRC_IPC_TAGS_H__
6 #define SANDBOX_SRC_IPC_TAGS_H__ 6 #define SANDBOX_SRC_IPC_TAGS_H__
7 7
8 namespace sandbox { 8 namespace sandbox {
9 9
10 enum { 10 enum {
(...skipping 14 matching lines...) Expand all
25 IPC_NTOPENPROCESSTOKENEX_TAG, 25 IPC_NTOPENPROCESSTOKENEX_TAG,
26 IPC_CREATEPROCESSW_TAG, 26 IPC_CREATEPROCESSW_TAG,
27 IPC_CREATEEVENT_TAG, 27 IPC_CREATEEVENT_TAG,
28 IPC_OPENEVENT_TAG, 28 IPC_OPENEVENT_TAG,
29 IPC_NTCREATEKEY_TAG, 29 IPC_NTCREATEKEY_TAG,
30 IPC_NTOPENKEY_TAG, 30 IPC_NTOPENKEY_TAG,
31 IPC_DUPLICATEHANDLEPROXY_TAG, 31 IPC_DUPLICATEHANDLEPROXY_TAG,
32 IPC_GDI_GDIDLLINITIALIZE_TAG, 32 IPC_GDI_GDIDLLINITIALIZE_TAG,
33 IPC_GDI_GETSTOCKOBJECT_TAG, 33 IPC_GDI_GETSTOCKOBJECT_TAG,
34 IPC_USER_REGISTERCLASSW_TAG, 34 IPC_USER_REGISTERCLASSW_TAG,
35 IPC_CREATETHREAD_TAG,
35 IPC_LAST_TAG 36 IPC_LAST_TAG
36 }; 37 };
37 38
38 } // namespace sandbox 39 } // namespace sandbox
39 40
40 #endif // SANDBOX_SRC_IPC_TAGS_H__ 41 #endif // SANDBOX_SRC_IPC_TAGS_H__
OLDNEW
« no previous file with comments | « sandbox/win/src/interceptors_64.cc ('k') | sandbox/win/src/policy_broker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698