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.
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
WppRecorderFalseValue: FALSE The meaning of this enumerator is specific to its use as a structure member or function parameter. |
WppRecorderTrueValue: TRUE The meaning of this enumerator is specific to its use as a structure member or function parameter. |
WppRecorderUseDefaultValue: 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