Home
last modified time | relevance | path

Searched refs:EVENTLOG_FULL_INFO (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/advapi32/
H A Deventlog.c151 ret = pGetEventLogInformation(NULL, EVENTLOG_FULL_INFO, NULL, 0, NULL); in test_info()
158 ret = pGetEventLogInformation(handle, EVENTLOG_FULL_INFO, NULL, 0, NULL); in test_info()
163 ret = pGetEventLogInformation(handle, EVENTLOG_FULL_INFO, NULL, 0, &needed); in test_info()
168 ret = pGetEventLogInformation(handle, EVENTLOG_FULL_INFO, efi, 0, NULL); in test_info()
175 ret = pGetEventLogInformation(handle, EVENTLOG_FULL_INFO, efi, 0, &needed); in test_info()
184 ret = pGetEventLogInformation(handle, EVENTLOG_FULL_INFO, efi, needed, &needed); in test_info()
/reactos/base/services/eventlog/
H A Drpc.c1166 case EVENTLOG_FULL_INFO: in ElfrGetLogInformation()
/reactos/dll/win32/advapi32/service/
H A Deventlog.c509 if (dwInfoLevel != EVENTLOG_FULL_INFO) in GetEventLogInformation()
/reactos/sdk/include/psdk/
H A Dwinbase.h1179 #define EVENTLOG_FULL_INFO 0 macro