TEI_PROPERTY_NAME function (tdh.h)
Macro that retrieves the Trace Event Information (TEI) property name.
Syntax
TDH_INLINE PWSTR TEI_PROPERTY_NAME(
[in] PTRACE_EVENT_INFO EventInfo,
PEVENT_PROPERTY_INFO Property
);
Parameters
[in] EventInfo
A TRACE_EVENT_INFO structure that contains the event information. To get this structure, call the TdhGetEventInformation function.
Property
An EVENT_PROPERTY_INFO structure that contains the event property information.
Return value
The TEI property name, or NULL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | tdh.h |