DeregisterEventSource function
Applies to: desktop apps only
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 |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012