TEI_PROPERTY_NAME, fonction (tdh.h)
Macro qui récupère le nom de la propriété TeI (Trace Event Information).
Syntaxe
TDH_INLINE PWSTR TEI_PROPERTY_NAME(
[in] PTRACE_EVENT_INFO EventInfo,
PEVENT_PROPERTY_INFO Property
);
Paramètres
[in] EventInfo
Structure TRACE_EVENT_INFO qui contient les informations d’événement. Pour obtenir cette structure, appelez la fonction TdhGetEventInformation.
Property
Structure EVENT_PROPERTY_INFO qui contient les informations de propriété d’événement.
Valeur retournée
Nom de la propriété TEI, ou NULL.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | tdh.h |