|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "ntdll_test.h"#include "winternl.h"#include "stdio.h"#include "winnt.h"#include "stdlib.h"
Go to the source code of this file.
Macros | |
| #define | KEYEDEVENT_WAIT 0x0001 |
| #define | KEYEDEVENT_WAKE 0x0002 |
| #define | KEYEDEVENT_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | 0x0003) |
| #define | ROUND_UP(value, alignment) (((value) + ((alignment) - 1)) & ~((alignment)-1)) |
| #define | DIRECTORY_QUERY (0x0001) |
| #define | SYMBOLIC_LINK_QUERY 0x0001 |
| #define | DIR_TEST_CREATE_OPEN(n, e) |
Variables | |
| static | BOOL |
| static | LPCSTR |
| static | LPCWSTR |
| static | ACCESS_MASK |
| static const | POBJECT_ATTRIBUTES |
| static const | EVENT_TYPE |
| static const | BOOLEAN |
| static | PULONG |
| static | EVENT_INFORMATION_CLASS |
| static | PVOID |
| static | ULONG |
| static | PIO_STATUS_BLOCK |
| static | PLARGE_INTEGER |
| static | MUTANT_INFORMATION_CLASS |
| static | PLONG |
| static const | LONG |
| static const | TIMER_TYPE |
| static const const | HANDLE |
| static | PUNICODE_STRING |
| static | OBJECT_INFORMATION_CLASS |
| static const WCHAR | keyed_nameW [] |
| #define KEYEDEVENT_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | 0x0003) |
Definition at line 243 of file om.c.
Referenced by test_name_collisions(), test_name_limits(), and test_symboliclink().
Definition at line 227 of file om.c.
Referenced by get_base_dir().
Definition at line 1707 of file om.c.
Referenced by test_keyed_events().
Definition at line 1982 of file om.c.
Referenced by test_mutant().
| START_TEST | ( | om | ) |
Definition at line 2097 of file om.c.
|
static |
Definition at line 383 of file om.c.
Referenced by test_name_limits().
Definition at line 93 of file om.c.
Referenced by START_TEST().
Definition at line 900 of file om.c.
Referenced by START_TEST().
Definition at line 1667 of file om.c.
Referenced by START_TEST().
Definition at line 1750 of file om.c.
Referenced by START_TEST().
Definition at line 2004 of file om.c.
Referenced by START_TEST().
Definition at line 276 of file om.c.
Referenced by START_TEST().
Definition at line 457 of file om.c.
Referenced by START_TEST().
Definition at line 144 of file om.c.
Referenced by START_TEST().
Definition at line 1891 of file om.c.
Referenced by START_TEST().
Definition at line 1289 of file om.c.
Referenced by START_TEST().
Definition at line 1557 of file om.c.
Referenced by START_TEST().
Definition at line 1160 of file om.c.
Referenced by START_TEST().
|
static |
Definition at line 1543 of file om.c.
Referenced by test_query_object_types().
| const OBJECT_ATTRIBUTES *static const void const LARGE_INTEGER *static const void BOOLEAN |
Definition at line 1704 of file om.c.
Referenced by keyed_event_thread(), and test_keyed_events().