// ntddrilapitypes.h
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
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
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
} ;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGMWITYPE_NONERIL_MSGMWITYPE_VOICEMAILRIL_MSGMWITYPE_VIDEOMAILRIL_MSGMWITYPE_FAXRIL_MSGMWITYPE_PAGERRIL_MSGMWITYPE_MULTIMEDIARIL_MSGMWITYPE_TEXTRIL_MSGMWITYPE_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGMWITYPE_NONERIL_MSGMWITYPE_VOICEMAILRIL_MSGMWITYPE_VIDEOMAILRIL_MSGMWITYPE_FAXRIL_MSGMWITYPE_PAGERRIL_MSGMWITYPE_MULTIMEDIARIL_MSGMWITYPE_TEXTRIL_MSGMWITYPE_MAX