RILCALLTYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddrilapitypes.h

typedef enum RILCALLTYPE {
  RIL_CALLTYPE_UNKNOWN,
  RIL_CALLTYPE_VOICE,
  RIL_CALLTYPE_DATA,
  RIL_CALLTYPE_FAX,
  RIL_CALLTYPE_PTT,
  RIL_CALLTYPE_VT,
  RIL_CALLTYPE_USSD,
  RIL_CALLTYPE_SUPSVC,
  RIL_CALLTYPE_IMS,
  RIL_CALLTYPE_MAX
} ;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef enum RILCALLTYPE {
  RIL_CALLTYPE_UNKNOWN,
  RIL_CALLTYPE_VOICE,
  RIL_CALLTYPE_DATA,
  RIL_CALLTYPE_FAX,
  RIL_CALLTYPE_PTT,
  RIL_CALLTYPE_VT,
  RIL_CALLTYPE_USSD,
  RIL_CALLTYPE_SUPSVC,
  RIL_CALLTYPE_IMS,
  RIL_CALLTYPE_MAX
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILCALLTYPE enumeration (ntddrilapitypes.h)

Description

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

Constants

RIL_CALLTYPE_UNKNOWN

RIL_CALLTYPE_VOICE

RIL_CALLTYPE_DATA

RIL_CALLTYPE_FAX

RIL_CALLTYPE_PTT

RIL_CALLTYPE_VT

RIL_CALLTYPE_USSD

RIL_CALLTYPE_SUPSVC

RIL_CALLTYPE_IMS

RIL_CALLTYPE_MAX


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

RILCALLTYPE enumeration (rilapitypes.h)

Description

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

Constants

RIL_CALLTYPE_UNKNOWN

RIL_CALLTYPE_VOICE

RIL_CALLTYPE_DATA

RIL_CALLTYPE_FAX

RIL_CALLTYPE_PTT

RIL_CALLTYPE_VT

RIL_CALLTYPE_USSD

RIL_CALLTYPE_SUPSVC

RIL_CALLTYPE_IMS

RIL_CALLTYPE_MAX