// ntddrilapitypes.h
typedef enum RILOPERATORINFOSTATUS {
RIL_OPSTATUS_UNKNOWN,
RIL_OPSTATUS_AVAILABLE,
RIL_OPSTATUS_CURRENT,
RIL_OPSTATUS_FORBIDDEN,
RIL_OPSTATUS_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILOPERATORINFOSTATUS {
RIL_OPSTATUS_UNKNOWN,
RIL_OPSTATUS_AVAILABLE,
RIL_OPSTATUS_CURRENT,
RIL_OPSTATUS_FORBIDDEN,
RIL_OPSTATUS_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_OPSTATUS_UNKNOWNRIL_OPSTATUS_AVAILABLERIL_OPSTATUS_CURRENTRIL_OPSTATUS_FORBIDDENRIL_OPSTATUS_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_OPSTATUS_UNKNOWNRIL_OPSTATUS_AVAILABLERIL_OPSTATUS_CURRENTRIL_OPSTATUS_FORBIDDENRIL_OPSTATUS_MAX