Skip to content

Latest commit

 

History

History
106 lines (88 loc) · 3.33 KB

nf-pla-itracedataprovider-get_properties.md

File metadata and controls

106 lines (88 loc) · 3.33 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:pla.ITraceDataProvider.get_Properties
ITraceDataProvider::get_Properties (pla.h)
Retrieves the list of extended data items that Event Tracing for Windows (ETW) includes with the event.
ITraceDataProvider interface [PLA]
Properties property
ITraceDataProvider.Properties
ITraceDataProvider.get_Properties
ITraceDataProvider::Properties
ITraceDataProvider::get_Properties
Properties property [PLA]
Properties property [PLA]
ITraceDataProvider interface
base.itracedataprovider_properties
get_Properties
pla.itracedataprovider_properties
pla/ITraceDataProvider::Properties
pla/ITraceDataProvider::get_Properties
pla\itracedataprovider_properties.htm
PLA
1dc21423-fa55-4312-b86a-63d4f59e4cf1
12/05/2018
ITraceDataProvider interface [PLA],Properties property, ITraceDataProvider.Properties, ITraceDataProvider.get_Properties, ITraceDataProvider::Properties, ITraceDataProvider::get_Properties, Properties property [PLA], Properties property [PLA],ITraceDataProvider interface, base.itracedataprovider_properties, get_Properties, pla.itracedataprovider_properties, pla/ITraceDataProvider::Properties, pla/ITraceDataProvider::get_Properties
pla.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Pla.dll
Windows
19H1
ITraceDataProvider::get_Properties
pla/ITraceDataProvider::get_Properties
c++
APIRef
kbSyntax
COM
Pla.dll
ITraceDataProvider.Properties
ITraceDataProvider.get_Properties

ITraceDataProvider::get_Properties

-description

Retrieves the list of extended data items that Event Tracing for Windows (ETW) includes with the event.

This property is read-only.

-parameters

-remarks

Use this property to request the following data items with the event.

Data item Description
Sid (value 0x01) Includes the user's security identifier.
SessionId (value 0x02) Includes the session identifier.
StackTrace (value 0x04) Includes the stack trace.
 

Use the IValueMap interface to retrieve or specify the extended data items. The IValueMap::Value property contains items that are combined by using the OR operator. The IValueMapItem::Key property contains the string representation of the extended data item. The IValueMapItem::Value property contains the extended data item value.

-see-also

ITraceDataProvider