/reactos/modules/rostests/win32/advapi32/eventlog/ |
H A D | EvtLogTest.c | 203 … Success = ReportEventW(hEventLog, EVENTLOG_INFORMATION_TYPE, 1, 1, NULL, 1, 0, &String, NULL); in TestEventsGeneration() 221 … Success = ReportEventW(hEventLog, EVENTLOG_INFORMATION_TYPE, 1, 1, NULL, 1, 0, &String, NULL); in TestEventsGeneration() 239 … Success = ReportEventW(hEventLog, EVENTLOG_INFORMATION_TYPE, 1, 1, NULL, 1, 0, &String, NULL); in TestEventsGeneration() 257 … Success = ReportEventW(hEventLog, EVENTLOG_INFORMATION_TYPE, 1, 1, NULL, 1, 0, &String, NULL); in TestEventsGeneration() 283 …Success = ReportEventW(hEventLog, EVENTLOG_INFORMATION_TYPE, 1, 1, NULL, 0 /* 1 */, MaxSize, NULL … in TestEventsGeneration() 374 …if (!ReportEventW(hEventLog, EVENTLOG_ERROR_TYPE, UI_CATEGORY, MSG_INVALID_COMMAND, NULL, 0, dwEve… in TestMyEventProvider() 382 …if (!ReportEventW(hEventLog, EVENTLOG_ERROR_TYPE, DATABASE_CATEGORY, MSG_BAD_FILE_CONTENTS, NULL, … in TestMyEventProvider() 391 …if (!ReportEventW(hEventLog, EVENTLOG_WARNING_TYPE, NETWORK_CATEGORY, MSG_RETRIES, NULL, 2, 0, (LP… in TestMyEventProvider() 400 …if (!ReportEventW(hEventLog, EVENTLOG_INFORMATION_TYPE, UI_CATEGORY, MSG_COMPUTE_CONVERSION, NULL,… in TestMyEventProvider()
|
/reactos/modules/rostests/rosautotest/ |
H A D | main.cpp | 110 ReportEventW(hLog, in wmain() 177 ReportEventW(hLog, in wmain()
|
H A D | misc.cpp | 94 if (!ReportEventW(hLog, in WriteLogMessage()
|
/reactos/modules/rostests/apitests/advapi32/ |
H A D | eventlog.c | 67 …Success = ReportEventW(hEventLog, EVENTLOG_INFORMATION_TYPE, 1, 1, NULL, 0, Tests[i].MaxDataSize, … in START_TEST()
|
/reactos/base/services/tcpsvcs/ |
H A D | log.c | 33 ReportEventW(hEventLog, in LogToEventLog()
|
/reactos/base/system/services/ |
H A D | services.c | 189 if (!ReportEventW(hLog, in ScmLogEvent()
|
/reactos/base/applications/rapps/ |
H A D | misc.cpp | 259 if (!ReportEventW(hLog, wType, 0, dwEventID, NULL, 1, 0, &lpMsg, NULL)) in WriteLogMessage()
|
/reactos/base/applications/cmdutils/eventcreate/ |
H A D | eventcreate.c | 1238 Success = ReportEventW(hEventLog, in wmain()
|
/reactos/dll/win32/advapi32/service/ |
H A D | eventlog.c | 1516 ReportEventW(IN HANDLE hEventLog, in ReportEventW() function
|
/reactos/dll/win32/advapi32/ |
H A D | advapi32.spec | 560 @ stdcall ReportEventW(long long long long ptr long long wstr ptr)
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 3072 ReportEventW( 3715 #define ReportEvent ReportEventW
|