GNSS_CHIPSETINFO - NtDoc

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

typedef struct {
  ULONG Size;
  ULONG Version;
  WCHAR ManufacturerID[25];
  WCHAR HardwareID[25];
  WCHAR FirmwareVersion[20];
  BYTE  Unused[512];
} GNSS_CHIPSETINFO, *PGNSS_CHIPSETINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This structure defines the specific data elements associated with the GNSS hardware.

Members

Size

The structure size.

Version

The version number.

ManufacturerID

String containing an identifier for the manufacturer.

HardwareID

String containing an identifier for the specific GNSS chipset or combo chipset.

FirmwareVersion

Version of the firmware for the GNSS chipset. This would be a string, typically of the format NNNN.NNNN.NNNN.NNNN.

Unused

Padding buffer reserved for future use.