// ntddrilapitypes.h
typedef enum RILVOICEDOMAIN {
RIL_VOICE_DOMAIN_NONE,
RIL_VOICE_DOMAIN_3GPP,
RIL_VOICE_DOMAIN_3GPP2,
RIL_VOICE_DOMAIN_IMS,
RIL_VOICE_DOMAIN_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILVOICEDOMAIN {
RIL_VOICE_DOMAIN_NONE,
RIL_VOICE_DOMAIN_3GPP,
RIL_VOICE_DOMAIN_3GPP2,
RIL_VOICE_DOMAIN_IMS,
RIL_VOICE_DOMAIN_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_VOICE_DOMAIN_NONERIL_VOICE_DOMAIN_3GPPRIL_VOICE_DOMAIN_3GPP2RIL_VOICE_DOMAIN_IMSRIL_VOICE_DOMAIN_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_VOICE_DOMAIN_NONERIL_VOICE_DOMAIN_3GPPRIL_VOICE_DOMAIN_3GPP2RIL_VOICE_DOMAIN_IMSRIL_VOICE_DOMAIN_MAX