Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the additional information required to parse an event.
Syntax
typedef struct _TDH_CONTEXT {
ULONGLONG ParameterValue;
TDH_CONTEXT_TYPE ParameterType;
ULONG ParameterSize;
} TDH_CONTEXT;
Members
ParameterValue
Context value cast to a ULONGLONG. The context value is determined by the context type specified in ParameterType. For example, if the context type is TDH_CONTEXT_WPP_TMFFILE, the context value is a Unicode string that contains the name of the .tmf file.
ParameterType
Context type. For a list of types, see the TDH_CONTEXT_TYPE enumeration.
ParameterSize
Reserved for future use.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tdh.h |