WPP_RECORDER_TRI_STATE enumeration (wpprecorder.h)

The WPP_RECORDER_TRI_STATE enumeration type defines three values that WPP uses for some structure members and function parameters.

Syntax

typedef enum _WPP_RECORDER_TRI_STATE {
  WppRecorderFalse = FALSE,
  WppRecorderTrue = TRUE,
  WppRecorderUseDefault = 2
} WPP_RECORDER_TRI_STATE, *PWPP_RECORDER_TRI_STATE;

Constants

 
WppRecorderFalse
Value: FALSE
The meaning of this enumerator is specific to its use as a structure member or function parameter.
WppRecorderTrue
Value: TRUE
The meaning of this enumerator is specific to its use as a structure member or function parameter.
WppRecorderUseDefault
Value: 2
The meaning of this enumerator is specific to its use as a structure member or function parameter.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header wpprecorder.h

See also

RECORDER_LOG_CREATE_PARAMS structure

RECORDER_CONFIGURE_PARAMS structure