RILDISPLAYINFOPARAMMASK enumeration (ntddrilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef enum RILDISPLAYINFOPARAMMASK {
  RIL_PARAM_DISPLAY_EXECUTOR,
  RIL_PARAM_DISPLAY_TYPE,
  RIL_PARAM_DISPLAY_TAG,
  RIL_PARAM_DISPLAY_MESSAGESIZE,
  RIL_PARAM_DISPLAY_MESSAGE,
  RIL_PARAM_DISPLAY_ALL
} ;

Constants

 
RIL_PARAM_DISPLAY_EXECUTOR
RIL_PARAM_DISPLAY_TYPE
RIL_PARAM_DISPLAY_TAG
RIL_PARAM_DISPLAY_MESSAGESIZE
RIL_PARAM_DISPLAY_MESSAGE
RIL_PARAM_DISPLAY_ALL

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)