// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
ULONG Age;
GNSS_FIXDATA_BASIC BasicData;
GNSS_FIXDATA_ACCURACY AccuracyData;
} GNSS_AGNSS_INJECTPOSITION, *PGNSS_AGNSS_INJECTPOSITION;
View the official Windows Driver Kit DDI referenceNo description available.
This structure defines the format for AGNSS position injection.
SizeStructure size.
VersionVersion number.
AgeIndicates how long the position has been aged in seconds.
BasicDataPosition data.
AccuracyDataPosition accuracy.