GetEventLogInformation (ADVAPI32.@)
BOOL GetEventLogInformation ( HANDLE hEventLog, DWORD dwInfoLevel, LPVOID lpBuffer, DWORD cbBufSize, LPDWORD pcbBytesNeeded )
Retrieve some information about an event log.
hEventLog | [In] | Handle to an open event log. |
dwInfoLevel | [In] | Level of information (only EVENTLOG_FULL_INFO). |
lpBuffer | [In/Out] | The buffer for the returned information. |
cbBufSize | [In] | The size of the buffer. |
pcbBytesNeeded | [Out] | The needed bytes to hold the information. |
Success: TRUE. lpBuffer will hold the information and pcbBytesNeeded shows the needed buffer size.
Failure: FALSE.
Declared in "include/winbase.h". gitlab.winehq.org/wine/wine/blob/master/include/winbase.h
Implemented in "dlls/advapi32/eventlog.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advapi32/eventlog.c
Debug channel "advapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.