funzione TEI_PROPERTY_NAME (tdh.h)
Macro che recupera il nome della proprietà Trace Event Information (TEI).
Sintassi
TDH_INLINE PWSTR TEI_PROPERTY_NAME(
[in] PTRACE_EVENT_INFO EventInfo,
PEVENT_PROPERTY_INFO Property
);
Parametri
[in] EventInfo
Struttura TRACE_EVENT_INFO contenente le informazioni sull'evento. Per ottenere questa struttura, chiamare la funzione TdhGetEventInformation.
Property
Struttura EVENT_PROPERTY_INFO contenente le informazioni sulla proprietà dell'evento.
Valore restituito
Nome della proprietà TEI o NULL.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | tdh.h |