GNSS_SUPL_VERSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// gnssdriver.h

typedef struct {
  ULONG MajorVersion;
  ULONG MinorVersion;
} GNSS_SUPL_VERSION, *PGNSS_SUPL_VERSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

GNSS_SUPL_VERSION structure

Description

The GNSS_SUPL_VERSION structure contains Secure User Plane Location (SUPL) version information.

Members

MajorVersion

Major version number.

MinorVersion

Minor version number.

Remarks

See also