GNSS_V2UPL_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  MPC[MAX_SERVER_URL_NAME];
  CHAR  PDE[MAX_SERVER_URL_NAME];
  BYTE  ApplicationTypeIndicator_MR;
  BYTE  Unused[512];
} GNSS_V2UPL_CONFIG, *PGNSS_V2UPL_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This structure contains V2UPL configuration information.

Members

Size

Structure size.

Version

Version number.

MPC

MPC address and port number.

PDE

PDE address and port number.

ApplicationTypeIndicator_MR

Application type indicator for any mobile originated location request to the MPC. It shall be set to the value for Microsoft resident applications based on intelligent platform.

Unused

Padding buffer reserved for future use.