// gnssdriver.h
typedef enum {
GNSS_AGNSS_TimeInjection,
GNSS_AGNSS_PositionInjection,
GNSS_AGNSS_BlobInjection
} GNSS_AGNSS_REQUEST_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration indicates the type of AGNSS injection request represented by the GNSS_AGNSS_REQUEST_PARAM structure.
GNSS_AGNSS_TimeInjectionIndicates the injection request is for time injection.
GNSS_AGNSS_PositionInjectionIndicates the injection request is for position injection.
GNSS_AGNSS_BlobInjectionIndicates the injection request is for blob injection.