// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
ULONG SatelliteCount;
GNSS_SATELLITEINFO SatelliteArray[GNSS_MAXSATELLITE];
} GNSS_FIXDATA_SATELLITE, *PGNSS_FIXDATA_SATELLITE;
View the official Windows Driver Kit DDI referenceNo description available.
This structure defines satellite-related information of a fix.
SizeStructure size.
VersionVersion number.
SatelliteCountNumber of satellites in this structure. Not all satellites are actually used for positioning.
SatelliteArrayAn array of satellites with each array element representing information about a specific satellite.