Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 2.24 KB

nf-winbase-deregistereventsource.md

File metadata and controls

84 lines (65 loc) · 2.24 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winbase.DeregisterEventSource
DeregisterEventSource function (winbase.h)
Closes the specified event log. (DeregisterEventSource)
DeregisterEventSource
DeregisterEventSource function
_win32_deregistereventsource
base.deregistereventsource
winbase/DeregisterEventSource
base\deregistereventsource.htm
base
f5d1f4b0-5320-4aec-a129-cafff6f1fed1
12/05/2018
DeregisterEventSource, DeregisterEventSource function, _win32_deregistereventsource, base.deregistereventsource, winbase/DeregisterEventSource
winbase.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Advapi32.lib
Advapi32.dll
Windows
19H1
DeregisterEventSource
winbase/DeregisterEventSource
c++
APIRef
kbSyntax
DllExport
Advapi32.dll
API-MS-Win-EventLog-Legacy-l1-1-0.dll
advapi32legacy.dll
Ext-MS-Win-AdvAPI32-EventLog-l1-1-0.dll
Ext-Ms-Win-AdvAPI32-EventLog-L1-1-1.dll
DeregisterEventSource

DeregisterEventSource function

-description

Closes the specified event log.

-parameters

-param hEventLog [in, out]

A handle to the event log. The RegisterEventSource function returns this handle.

-returns

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

Event Logging Functions

Event Sources

RegisterEventSource