GNSS_SUPL_HSLP_CONFIG - NtDoc

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

typedef struct {
  ULONG Size;
  ULONG Version;
  CHAR  SuplHslp[MAX_SERVER_URL_NAME];
  CHAR  SuplHslpFromImsi[MAX_SERVER_URL_NAME];
  ULONG Reserved;
  BYTE  Unused[512];
} GNSS_SUPL_HSLP_CONFIG, *PGNSS_SUPL_HSLP_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The GNSS_SUPL_HSLP_CONFIG structure contains SUPL H-SLP configuration information.

Members

Size

Structure size.

Version

Version number.

SuplHslp

This is the SUPL server address with TCP port. The server address will be a FQDN as indicated in the OMA SUPL specs.

SuplHslpFromImsi

This is the SUPL server address as derived from IMSI.

Reserved

Reserved for future use.

Unused

Padding buffer reserved for future use.