The DeregisterEventSource function closes a handle returned by the RegisterEventSource function.
BOOL DeregisterEventSource(
HANDLE hEventLog |
// handle to event log |
); |
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.