Home | History | Annotate | Download | only in src

Lines Matching full:allows

34     FILES_ALLOW_ANY,       // Allows open or create for any kind of access that
36 FILES_ALLOW_READONLY, // Allows open or create with read access only.
37 FILES_ALLOW_QUERY, // Allows access to query the attributes of a file.
38 FILES_ALLOW_DIR_ANY, // Allows open or create with directory semantics
40 NAMEDPIPES_ALLOW_ANY, // Allows creation of a named pipe.
41 PROCESS_MIN_EXEC, // Allows to create a process with minimal rights
45 PROCESS_ALL_EXEC, // Allows the creation of a process and return full
49 EVENTS_ALLOW_ANY, // Allows the creation of an event with full access.
50 EVENTS_ALLOW_READONLY, // Allows opening an even with synchronize access.
51 REG_ALLOW_READONLY, // Allows readonly access to a registry key.
52 REG_ALLOW_ANY, // Allows read and write access to a registry key.