// wpprecorder.h
typedef enum _WPP_RECORDER_TRI_STATE {
WppRecorderFalse = FALSE,
WppRecorderTrue = TRUE,
WppRecorderUseDefault = 2
} WPP_RECORDER_TRI_STATE, *PWPP_RECORDER_TRI_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The WPP_RECORDER_TRI_STATE enumeration type defines three values that WPP uses for some structure members and function parameters.
WppRecorderFalse:FALSEThe meaning of this enumerator is specific to its use as a structure member or function parameter.
WppRecorderTrue:TRUEThe meaning of this enumerator is specific to its use as a structure member or function parameter.
WppRecorderUseDefault:2The meaning of this enumerator is specific to its use as a structure member or function parameter.
RECORDER_LOG_CREATE_PARAMS structure
RECORDER_CONFIGURE_PARAMS structure