RILMSGMWITYPE enumeration (ntddrilapitypes.h)

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

Syntax

typedef enum RILMSGMWITYPE {
  RIL_MSGMWITYPE_NONE,
  RIL_MSGMWITYPE_VOICEMAIL,
  RIL_MSGMWITYPE_VIDEOMAIL,
  RIL_MSGMWITYPE_FAX,
  RIL_MSGMWITYPE_PAGER,
  RIL_MSGMWITYPE_MULTIMEDIA,
  RIL_MSGMWITYPE_TEXT,
  RIL_MSGMWITYPE_MAX
} ;

Constants

 
RIL_MSGMWITYPE_NONE
RIL_MSGMWITYPE_VOICEMAIL
RIL_MSGMWITYPE_VIDEOMAIL
RIL_MSGMWITYPE_FAX
RIL_MSGMWITYPE_PAGER
RIL_MSGMWITYPE_MULTIMEDIA
RIL_MSGMWITYPE_TEXT
RIL_MSGMWITYPE_MAX

Requirements

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