// ntddrilapitypes.h
typedef enum RILUICCSERVICESTATE {
RIL_UICCSERVICESTATE_NOTAVAILABLE,
RIL_UICCSERVICESTATE_DISABLED,
RIL_UICCSERVICESTATE_ENABLED,
RIL_UICCSERVICESTATE_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILUICCSERVICESTATE {
RIL_UICCSERVICESTATE_NOTAVAILABLE,
RIL_UICCSERVICESTATE_DISABLED,
RIL_UICCSERVICESTATE_ENABLED,
RIL_UICCSERVICESTATE_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_UICCSERVICESTATE_NOTAVAILABLERIL_UICCSERVICESTATE_DISABLEDRIL_UICCSERVICESTATE_ENABLEDRIL_UICCSERVICESTATE_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_UICCSERVICESTATE_NOTAVAILABLERIL_UICCSERVICESTATE_DISABLEDRIL_UICCSERVICESTATE_ENABLEDRIL_UICCSERVICESTATE_MAX