Scroll to navigation

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: zero
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/advapi32/eventlog.c".
Debug channel "advapi".
Oct 2012 Wine API