table of contents
other versions
- wheezy 1.4.1-4
CloseEventLog(3w) | Wine API | CloseEventLog(3w) |
NAME¶
CloseEventLog (ADVAPI32.@)SYNOPSIS¶
BOOL CloseEventLog(
HANDLE hEventLog
)
DESCRIPTION¶
Closes a read handle to the event log.PARAMS¶
hEventLog [In/Out] Handle of the event log to close.RETURNS¶
Success: nonzero Failure: zeroIMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/advapi32/eventlog.c". Debug channel "advapi".Oct 2012 | Wine API |