// gnssdriver.h
typedef struct {
ULONG MajorVersion;
ULONG MinorVersion;
} GNSS_SUPL_VERSION, *PGNSS_SUPL_VERSION;
View the official Windows Driver Kit DDI referenceNo description available.
The GNSS_SUPL_VERSION structure contains Secure User Plane Location (SUPL) version information.
MajorVersionMajor version number.
MinorVersionMinor version number.