// ntddrilapitypes.h
typedef enum RILSERVICESETTINGSSTATUS {
RIL_SVCSTAT_UNKNOWN,
RIL_SVCSTAT_DISABLED,
RIL_SVCSTAT_ENABLED,
RIL_SVCSTAT_DEFAULT,
RIL_SVCSTAT_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILSERVICESETTINGSSTATUS {
RIL_SVCSTAT_UNKNOWN,
RIL_SVCSTAT_DISABLED,
RIL_SVCSTAT_ENABLED,
RIL_SVCSTAT_DEFAULT,
RIL_SVCSTAT_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_SVCSTAT_UNKNOWNRIL_SVCSTAT_DISABLEDRIL_SVCSTAT_ENABLEDRIL_SVCSTAT_DEFAULTRIL_SVCSTAT_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_SVCSTAT_UNKNOWNRIL_SVCSTAT_DISABLEDRIL_SVCSTAT_ENABLEDRIL_SVCSTAT_DEFAULTRIL_SVCSTAT_MAX