// ntddrilapitypes.h
typedef enum RILPSMEDIAPREFERENCE {
RIL_PSMPREF_UNKNOWN,
RIL_PSMPREF_WIFIONLY,
RIL_PSMPREF_WIFIPREFERRED,
RIL_PSMPREF_CELLONLY,
RIL_PSMPREF_CELLPREFERRED,
RIL_PSMPREF_NUMBER_OF_VALUES
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILPSMEDIAPREFERENCE {
RIL_PSMPREF_UNKNOWN,
RIL_PSMPREF_WIFIONLY,
RIL_PSMPREF_WIFIPREFERRED,
RIL_PSMPREF_CELLONLY,
RIL_PSMPREF_CELLPREFERRED,
RIL_PSMPREF_NUMBER_OF_VALUES
} ;
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_PSMPREF_UNKNOWNRIL_PSMPREF_WIFIONLYRIL_PSMPREF_WIFIPREFERREDRIL_PSMPREF_CELLONLYRIL_PSMPREF_CELLPREFERREDRIL_PSMPREF_NUMBER_OF_VALUESThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_PSMPREF_UNKNOWNRIL_PSMPREF_WIFIONLYRIL_PSMPREF_WIFIPREFERREDRIL_PSMPREF_CELLONLYRIL_PSMPREF_CELLPREFERREDRIL_PSMPREF_NUMBER_OF_VALUES