DeregisterEventSource

The DeregisterEventSource function closes a handle returned by the RegisterEventSource function.

BOOL DeregisterEventSource(

HANDLE hEventLog // handle to event log
);  

Parameters

hEventLog

Identifies the event log whose handle was returned by RegisterEventSource.

Return Values

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

See Also

RegisterEventSource