// ntddrilapitypes.h
typedef enum RILGEOLOCATIONTYPEMASK {
RIL_GEOLOCATION_NONE,
RIL_GEOLOCATION_CIVIC,
RIL_GEOLOCATION_LATLONG,
RIL_GEOLOCATION_ALL
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILGEOLOCATIONTYPEMASK {
RIL_GEOLOCATION_NONE,
RIL_GEOLOCATION_CIVIC,
RIL_GEOLOCATION_LATLONG,
RIL_GEOLOCATION_ALL
} ;
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_GEOLOCATION_NONERIL_GEOLOCATION_CIVICRIL_GEOLOCATION_LATLONGRIL_GEOLOCATION_ALLThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_GEOLOCATION_NONERIL_GEOLOCATION_CIVICRIL_GEOLOCATION_LATLONGRIL_GEOLOCATION_ALL