|
ReactOS 0.4.16-dev-2354-g16de117
|
#include <stdarg.h>#include "initguid.h"#include "windef.h"#include "winbase.h"#include "winerror.h"#include "winnt.h"#include "winreg.h"#include "sddl.h"#include "wmistr.h"#include "evntprov.h"#include "evntrace.h"#include "netevent.h"#include "wine/test.h"
Go to the source code of this file.
Functions | |
| static | BOOL (WINAPI *pCreateWellKnownSid)(WELL_KNOWN_SID_TYPE |
| static | ULONG (WINAPI *pEventRegister)(const GUID * |
| static void | init_function_pointers (void) |
| static BOOL | create_backup (const char *filename) |
| static void | test_open_close (void) |
| static void | test_info (void) |
| static void | test_count (void) |
| static void | test_oldest (void) |
| static void | test_backup (void) |
| static void | test_read (void) |
| static void | test_openbackup (void) |
| static void | test_clear (void) |
| static BOOL | create_new_eventlog (void) |
| static void | test_readwrite (void) |
| static void | test_autocreation (void) |
| static void | cleanup_eventlog (void) |
| static void | test_trace_event_params (void) |
| static void | test_start_trace (void) |
| static BOOL | read_record (HANDLE handle, DWORD flags, DWORD offset, EVENTLOGRECORD **record, DWORD *size) |
| static void | test_eventlog_start (void) |
| START_TEST (eventlog) | |
Variables | |
| static | PSID |
| static DWORD *static | DWORD |
| static DWORD *static | LPVOID |
| static DWORD *static | LPDWORD |
| static | PENABLECALLBACK |
| static | UCHAR |
| static | ULONGLONG |
| static const WCHAR *static | LPSTR |
| static const char | eventlogsvc [] = "SYSTEM\\CurrentControlSet\\Services\\Eventlog" |
| static const char | eventlogname [] = "Wine" |
| static const char | eventsources [][11] = { "WineSrc", "WineSrc1", "WineSrc20", "WineSrc300" } |
| static const char * | one_string [] = { "First string" } |
| static const char * | two_strings [] = { "First string", "Second string" } |
| struct { | |
| const char * evt_src | |
| WORD evt_type | |
| WORD evt_cat | |
| DWORD evt_id | |
| BOOL evt_sid | |
| WORD evt_numstrings | |
| const char ** evt_strings | |
| } | read_write [] |
| static char | eventlogfile [MAX_PATH] |
Definition at line 1168 of file eventlog.c.
Referenced by START_TEST().
Definition at line 63 of file eventlog.c.
Referenced by test_clear(), test_count(), test_oldest(), and test_openbackup().
Definition at line 698 of file eventlog.c.
Referenced by START_TEST().
Definition at line 47 of file eventlog.c.
Referenced by START_TEST().
|
static |
Definition at line 1324 of file eventlog.c.
Referenced by test_eventlog_start().
| START_TEST | ( | eventlog | ) |
Definition at line 1748 of file eventlog.c.
Definition at line 1112 of file eventlog.c.
Referenced by START_TEST().
Definition at line 323 of file eventlog.c.
Referenced by START_TEST().
Definition at line 641 of file eventlog.c.
Referenced by START_TEST(), and test_HTMLDocument_hlink().
Definition at line 208 of file eventlog.c.
Referenced by START_TEST().
Definition at line 1346 of file eventlog.c.
Referenced by START_TEST().
Definition at line 146 of file eventlog.c.
Referenced by START_TEST().
Definition at line 263 of file eventlog.c.
Referenced by START_TEST().
Definition at line 93 of file eventlog.c.
Referenced by START_TEST().
Definition at line 546 of file eventlog.c.
Referenced by START_TEST().
Definition at line 392 of file eventlog.c.
Referenced by START_TEST().
Definition at line 773 of file eventlog.c.
Referenced by START_TEST().
Definition at line 1232 of file eventlog.c.
Referenced by START_TEST().
Definition at line 1196 of file eventlog.c.
Referenced by START_TEST().
Definition at line 38 of file eventlog.c.
Definition at line 1111 of file eventlog.c.
Referenced by cleanup_eventlog(), and test_autocreation().
Definition at line 695 of file eventlog.c.
Referenced by cleanup_eventlog(), create_new_eventlog(), test_autocreation(), and test_readwrite().
Definition at line 694 of file eventlog.c.
Referenced by cleanup_eventlog(), create_new_eventlog(), and test_autocreation().
Definition at line 696 of file eventlog.c.
Referenced by cleanup_eventlog(), create_new_eventlog(), and test_autocreation().
| WORD evt_cat |
Definition at line 754 of file eventlog.c.
Referenced by test_readwrite().
| DWORD evt_id |
Definition at line 755 of file eventlog.c.
Referenced by test_readwrite().
| WORD evt_numstrings |
Definition at line 757 of file eventlog.c.
Referenced by test_readwrite().
| BOOL evt_sid |
Definition at line 756 of file eventlog.c.
Definition at line 752 of file eventlog.c.
Referenced by test_readwrite().
Definition at line 758 of file eventlog.c.
Referenced by test_readwrite().
| WORD evt_type |
Definition at line 753 of file eventlog.c.
Referenced by test_readwrite(), and UDFEjectReqWaiter().
Definition at line 38 of file eventlog.c.
Definition at line 43 of file eventlog.c.
Definition at line 38 of file eventlog.c.
Definition at line 748 of file eventlog.c.
| PENABLECALLBACK |
Definition at line 39 of file eventlog.c.
Definition at line 37 of file eventlog.c.
| const struct { ... } read_write[] |
Referenced by _CrtIsValidPointer(), and test_readwrite().
Definition at line 749 of file eventlog.c.
Referenced by test_readwrite().
Definition at line 41 of file eventlog.c.
Definition at line 41 of file eventlog.c.