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

Side by Side Diff: sandbox/win/sandbox_poc/pocdll/ntundoc.h

Issue 2773333002: Remove sandbox/win/tools. (Closed)
Patch Set: reland Created 3 years, 7 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/sandbox_poc/pocdll/handles.cc ('k') | sandbox/win/tools/finder/finder.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) 2006-2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2011 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_TOOLS_FINDER_NTUNDOC_H__ 5 #ifndef SANDBOX_TOOLS_FINDER_NTUNDOC_H__
6 #define SANDBOX_TOOLS_FINDER_NTUNDOC_H__ 6 #define SANDBOX_TOOLS_FINDER_NTUNDOC_H__
7 7
8 #define NTSTATUS ULONG 8 #define NTSTATUS ULONG
9 #define STATUS_SUCCESS 0x00000000 9 #define STATUS_SUCCESS 0x00000000
10 #define STATUS_INFO_LENGTH_MISMATCH 0xC0000004 10 #define STATUS_INFO_LENGTH_MISMATCH 0xC0000004
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 266
267 typedef NTSTATUS (WINAPI* NTCLOSE) (HANDLE); 267 typedef NTSTATUS (WINAPI* NTCLOSE) (HANDLE);
268 268
269 #define DIRECTORY_QUERY 0x0001 269 #define DIRECTORY_QUERY 0x0001
270 #define DIRECTORY_TRAVERSE 0x0002 270 #define DIRECTORY_TRAVERSE 0x0002
271 #define DIRECTORY_CREATE_OBJECT 0x0004 271 #define DIRECTORY_CREATE_OBJECT 0x0004
272 #define DIRECTORY_CREATE_SUBDIRECTORY 0x0008 272 #define DIRECTORY_CREATE_SUBDIRECTORY 0x0008
273 #define DIRECTORY_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | 0xF) 273 #define DIRECTORY_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | 0xF)
274 274
275 #endif // SANDBOX_TOOLS_FINDER_NTUNDOC_H__ 275 #endif // SANDBOX_TOOLS_FINDER_NTUNDOC_H__
OLDNEW
« no previous file with comments | « sandbox/win/sandbox_poc/pocdll/handles.cc ('k') | sandbox/win/tools/finder/finder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698