// ntddrilapitypes.h
typedef enum RILLTEKIND {
RIL_LTEKIND_UNKNOWN,
RIL_LTEKIND_FDD,
RIL_LTEKIND_TDD,
RIL_LTEKIND_RESERVED,
RIL_LTEKIND_UNKNOWN_CA,
RIL_LTEKIND_FDD_CA,
RIL_LTEKIND_TDD_CA,
RIL_LTEKIND_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILLTEKIND {
RIL_LTEKIND_UNKNOWN,
RIL_LTEKIND_FDD,
RIL_LTEKIND_TDD,
RIL_LTEKIND_RESERVED,
RIL_LTEKIND_UNKNOWN_CA,
RIL_LTEKIND_FDD_CA,
RIL_LTEKIND_TDD_CA,
RIL_LTEKIND_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_LTEKIND_UNKNOWNRIL_LTEKIND_FDDRIL_LTEKIND_TDDRIL_LTEKIND_RESERVEDRIL_LTEKIND_UNKNOWN_CARIL_LTEKIND_FDD_CARIL_LTEKIND_TDD_CARIL_LTEKIND_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_LTEKIND_UNKNOWNRIL_LTEKIND_FDDRIL_LTEKIND_TDDRIL_LTEKIND_RESERVEDRIL_LTEKIND_UNKNOWN_CARIL_LTEKIND_FDD_CARIL_LTEKIND_TDD_CARIL_LTEKIND_MAX