ReactOS 0.4.16-dev-297-gc569aee
|
#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 "evntrace.h"
#include "wine/test.h"
Go to the source code of this file.
Functions | |
static | BOOL (WINAPI *pCreateWellKnownSid)(WELL_KNOWN_SID_TYPE |
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_start_trace (void) |
START_TEST (eventlog) | |
Variables | |
static | PSID |
static DWORD *static | DWORD |
static DWORD *static | LPVOID |
static DWORD *static | LPDWORD |
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 1121 of file eventlog.c.
Referenced by START_TEST().
Definition at line 55 of file eventlog.c.
Referenced by test_clear(), test_count(), test_oldest(), and test_openbackup().
Definition at line 655 of file eventlog.c.
Referenced by START_TEST().
Definition at line 42 of file eventlog.c.
Referenced by START_TEST().
START_TEST | ( | eventlog | ) |
Definition at line 1241 of file eventlog.c.
Definition at line 1051 of file eventlog.c.
Referenced by START_TEST().
Definition at line 300 of file eventlog.c.
Referenced by START_TEST().
Definition at line 598 of file eventlog.c.
Referenced by START_TEST(), and test_HTMLDocument_hlink().
Definition at line 192 of file eventlog.c.
Referenced by START_TEST().
Definition at line 131 of file eventlog.c.
Referenced by START_TEST().
Definition at line 246 of file eventlog.c.
Referenced by START_TEST().
Definition at line 78 of file eventlog.c.
Referenced by START_TEST().
Definition at line 511 of file eventlog.c.
Referenced by START_TEST().
Definition at line 363 of file eventlog.c.
Referenced by START_TEST().
Definition at line 730 of file eventlog.c.
Referenced by START_TEST().
Definition at line 1149 of file eventlog.c.
Referenced by START_TEST().
Definition at line 36 of file eventlog.c.
Definition at line 1050 of file eventlog.c.
Referenced by cleanup_eventlog(), and test_autocreation().
Definition at line 652 of file eventlog.c.
Referenced by cleanup_eventlog(), create_new_eventlog(), test_autocreation(), and test_readwrite().
Definition at line 651 of file eventlog.c.
Referenced by cleanup_eventlog(), create_new_eventlog(), and test_autocreation().
Definition at line 653 of file eventlog.c.
Referenced by cleanup_eventlog(), create_new_eventlog(), and test_autocreation().
WORD evt_cat |
Definition at line 711 of file eventlog.c.
Referenced by test_readwrite().
DWORD evt_id |
Definition at line 712 of file eventlog.c.
Referenced by test_readwrite().
WORD evt_numstrings |
Definition at line 714 of file eventlog.c.
Referenced by test_readwrite().
BOOL evt_sid |
Definition at line 713 of file eventlog.c.
Definition at line 709 of file eventlog.c.
Referenced by test_readwrite().
Definition at line 715 of file eventlog.c.
Referenced by test_readwrite().
WORD evt_type |
Definition at line 710 of file eventlog.c.
Referenced by test_readwrite(), and UDFEjectReqWaiter().
Definition at line 36 of file eventlog.c.
Definition at line 38 of file eventlog.c.
Definition at line 36 of file eventlog.c.
Definition at line 705 of file eventlog.c.
Definition at line 35 of file eventlog.c.
const struct { ... } read_write[] |
Referenced by test_readwrite().
Definition at line 706 of file eventlog.c.
Referenced by test_readwrite().