DeregisterEventSource function
Closes the specified event log.
Syntax
BOOL DeregisterEventSource( _Inout_ HANDLE hEventLog );
Parameters
- hEventLog [in, out]
-
A handle to the event log. The RegisterEventSource function returns this handle.
Return value
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.
Examples
For an example, see Reporting an Event.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Community Additions
ADD
Show: