// ntddrilapitypes.h
typedef enum RILSYSTEMCAPS {
RIL_SYSTEMCAPS_NONE,
RIL_SYSTEMCAPS_VOICEDATA,
RIL_SYSTEMCAPS_ALL
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILSYSTEMCAPS {
RIL_SYSTEMCAPS_NONE,
RIL_SYSTEMCAPS_VOICEDATA,
RIL_SYSTEMCAPS_ALL
} ;
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_SYSTEMCAPS_NONERIL_SYSTEMCAPS_VOICEDATARIL_SYSTEMCAPS_ALLThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_SYSTEMCAPS_NONERIL_SYSTEMCAPS_VOICEDATARIL_SYSTEMCAPS_ALL