Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.91 KB

ns-evntrace-etw_buffer_callback_information.md

File metadata and controls

68 lines (56 loc) · 1.91 KB
UID tech.root title ms.date targetos description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NS:evntrace.ETW_BUFFER_CALLBACK_INFORMATION
ETW
ETW_BUFFER_CALLBACK_INFORMATION
11/21/2022
Windows
Provided to the BufferCallback as the *ConsumerInfo* parameter and provides details on the current processing session.
structure
Sechost.dll on Windows 8.1 and Windows Server 2012 R2; Advapi32.dll on Windows 8, Windows Server 2012, Windows 7, Windows Server 2008 R2, Windows Server 2008, Windows Vista and Windows XP
evntrace.h
Sechost.lib on Windows 8.1 and Windows Server 2012 R2; Advapi32.lib on Windows 8, Windows Server 2012, Windows 7, Windows Server 2008 R2, Windows Server 2008, Windows Vista and Windows XP
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Windows
ETW_BUFFER_CALLBACK_INFORMATION
apiref
HeaderDef
evntrace.h
ETW_BUFFER_CALLBACK_INFORMATION
ETW_BUFFER_CALLBACK_INFORMATION
evntrace/ETW_BUFFER_CALLBACK_INFORMATION
c++
ETW_BUFFER_CALLBACK_INFORMATION

ETW_BUFFER_CALLBACK_INFORMATION structure

-description

Provided to the BufferCallback as the ConsumerInfo parameter and provides details on the current processing session.

-struct-fields

-field TraceHandle

The TraceHandle for this processing session.

-field LogfileHeader

TRACE_LOGFILE_HEADER structure containing trace processing status (previously-existing structure).

-field BuffersRead

The count of how many buffers have been processed up to this point.

-remarks

-see-also