Group: Event Logging - Library: advapi32
Reading entries from Event logs
BOOL CloseEventLog(
HANDLE hEventLog
);
DECLARE INTEGER CloseEventLog IN advapi32;
INTEGER hEventLog
hEventLog [in, out] A handle to the event log to be closed. This handle is returned by the OpenEventLog or OpenBackupEventLog function.
If the function succeeds, the return value is nonzero.