// wpprecorder.h
typedef struct _RECORDER_CONFIGURE_PARAMS {
ULONG Size;
BOOLEAN CreateDefaultLog;
WPP_RECORDER_TRI_STATE UseTimeStamp;
WPP_RECORDER_TRI_STATE PreciseTimeStamp;
} RECORDER_CONFIGURE_PARAMS, *PRECORDER_CONFIGURE_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
The RECORDER_CONFIGURE_PARAMS structure is an input parameter to the WppRecorderConfigure method to enable or disable the default log to which WPP prints.
SizeSize of this structure.
CreateDefaultLogIndicates whether WPP should use the default log for trace messages. TRUE (default), use the default log; FALSE disable the default log.
UseTimeStampA WPP_RECORDER_TRI_STATE-typed value that indicates:
This field is available starting in Windows 11, version 22H2. For more info, see Inflight Trace Recorder (IFR) for logging traces.
PreciseTimeStampA WPP_RECORDER_TRI_STATE-typed value that indicates:
This field is available starting in Windows 11, version 22H2. For more info, see Inflight Trace Recorder (IFR) for logging traces.
To initialize this structure, the caller must call RECORDER_CONFIGURE_PARAMS_INIT.