Group: Event Logging - Library: advapi32
Writing entries to custom Event Log
BOOL DeregisterEventSource(
HANDLE hEventLog
);
DECLARE INTEGER DeregisterEventSource IN advapi32;
INTEGER hEventLog hEventLog [in, out] A handle to the event log. This handle is returned by the RegisterEventSource function.
If the function succeeds, the return value is nonzero.
Home