Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.22 KB

nf-relogger-itracerelogger-setoutputfilename.md

File metadata and controls

75 lines (60 loc) · 2.22 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:relogger.ITraceRelogger.SetOutputFilename
ITraceRelogger::SetOutputFilename (relogger.h)
Indicates the file to which ETW should write the new, relogged trace.
ITraceRelogger interface [ETW]
SetOutputFilename method
ITraceRelogger.SetOutputFilename
ITraceRelogger::SetOutputFilename
SetOutputFilename
SetOutputFilename method [ETW]
SetOutputFilename method [ETW]
ITraceRelogger interface
etw.itracerelogger_setoutputfilename
relogger/ITraceRelogger::SetOutputFilename
etw\itracerelogger_setoutputfilename.htm
ETW
ed3f8bcd-88c7-4d05-a396-41ee8f35bc97
12/05/2018
ITraceRelogger interface [ETW],SetOutputFilename method, ITraceRelogger.SetOutputFilename, ITraceRelogger::SetOutputFilename, SetOutputFilename, SetOutputFilename method [ETW], SetOutputFilename method [ETW],ITraceRelogger interface, etw.itracerelogger_setoutputfilename, relogger/ITraceRelogger::SetOutputFilename
relogger.h
Windows
Windows 7 [desktop apps only]
Windows Server 2012 [desktop apps only]
Relogger.idl
Windows
19H1
ITraceRelogger::SetOutputFilename
relogger/ITraceRelogger::SetOutputFilename
c++
APIRef
kbSyntax
COM
Relogger.h
ITraceRelogger.SetOutputFilename

ITraceRelogger::SetOutputFilename

-description

The SetOutputFilename method indicates the file to which ETW should write the new, relogged trace.

-parameters

-param LogfileName [in]

Type: BSTR

The new filename.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

If the indicated file already exists, it will be overwritten with the new trace.

-see-also

ITraceRelogger