WPP_RECORDER_TRI_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wpprecorder-wpp_recorder_tri_state)

Description

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

Constants

WppRecorderFalse:FALSE

The meaning of this enumerator is specific to its use as a structure member or function parameter.

WppRecorderTrue:TRUE

The meaning of this enumerator is specific to its use as a structure member or function parameter.

WppRecorderUseDefault:2

The meaning of this enumerator is specific to its use as a structure member or function parameter.

Remarks

See also

RECORDER_LOG_CREATE_PARAMS structure

RECORDER_CONFIGURE_PARAMS structure