RILMSGMWITYPE - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddrilapitypes-rilmsgmwitype)

RILMSGMWITYPE enumeration (ntddrilapitypes.h)

Description

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

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


Windows Driver Kit DDI reference (ne-rilapitypes-rilmsgmwitype)

RILMSGMWITYPE enumeration (rilapitypes.h)

Description

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

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