// ntddrilapitypes.h
typedef enum RILRADIOPRESENCE {
RIL_RADIOPRESENCE_NOTPRESENT,
RIL_RADIOPRESENCE_PRESENT,
RIL_RADIOPRESENCE_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILRADIOPRESENCE {
RIL_RADIOPRESENCE_NOTPRESENT,
RIL_RADIOPRESENCE_PRESENT,
RIL_RADIOPRESENCE_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_RADIOPRESENCE_NOTPRESENTRIL_RADIOPRESENCE_PRESENTRIL_RADIOPRESENCE_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_RADIOPRESENCE_NOTPRESENTRIL_RADIOPRESENCE_PRESENTRIL_RADIOPRESENCE_MAX