GNSS_FIXDATA_SATELLITE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-gnssdriver-gnss_fixdata_satellite)

Description

This structure defines satellite-related information of a fix.

Members

Size

Structure size.

Version

Version number.

SatelliteCount

Number of satellites in this structure. Not all satellites are actually used for positioning.

SatelliteArray

An array of satellites with each array element representing information about a specific satellite.