// 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 referenceNo description available.
The GNSS_SUPL_VERSION_2 structure contains Secure User Plane Location (SUPL) 2 version information.
MajorVersionMajor version number.
MinorVersionMinor version number.
ServiceIndicatorService indicator version number.