// ntddrilapitypes.h
typedef enum RILGSMKIND {
RIL_GSMKIND_GSM,
RIL_GSMKIND_GPRS,
RIL_GSMKIND_EDGE,
RIL_GSMKIND_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILGSMKIND {
RIL_GSMKIND_GSM,
RIL_GSMKIND_GPRS,
RIL_GSMKIND_EDGE,
RIL_GSMKIND_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_GSMKIND_GSMRIL_GSMKIND_GPRSRIL_GSMKIND_EDGERIL_GSMKIND_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_GSMKIND_GSMRIL_GSMKIND_GPRSRIL_GSMKIND_EDGERIL_GSMKIND_MAX