// ntddrilapitypes.h
typedef enum RILMSGDCSALPHABET {
RIL_DCSALPHABET_DEFAULT,
RIL_DCSALPHABET_8BIT,
RIL_DCSALPHABET_UCS2,
RIL_DCSALPHABET_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILMSGDCSALPHABET {
RIL_DCSALPHABET_DEFAULT,
RIL_DCSALPHABET_8BIT,
RIL_DCSALPHABET_UCS2,
RIL_DCSALPHABET_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_DCSALPHABET_DEFAULTRIL_DCSALPHABET_8BITRIL_DCSALPHABET_UCS2RIL_DCSALPHABET_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_DCSALPHABET_DEFAULTRIL_DCSALPHABET_8BITRIL_DCSALPHABET_UCS2RIL_DCSALPHABET_MAX