GNSS_SUPL_VERSION_2 - NtDoc

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

typedef struct {
  ULONG MajorVersion;
  ULONG MinorVersion;
  ULONG ServiceIndicator;
} GNSS_SUPL_VERSION_2, *PGNSS_SUPL_VERSION_2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

GNSS_SUPL_VERSION_2 structure

Description

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

Members

MajorVersion

Major version number.

MinorVersion

Minor version number.

ServiceIndicator

Service indicator version number.

Remarks

See also