GNSS_AGNSS_INJECTPOSITION - NtDoc

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

typedef struct {
  ULONG                 Size;
  ULONG                 Version;
  ULONG                 Age;
  GNSS_FIXDATA_BASIC    BasicData;
  GNSS_FIXDATA_ACCURACY AccuracyData;
} GNSS_AGNSS_INJECTPOSITION, *PGNSS_AGNSS_INJECTPOSITION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

GNSS_AGNSS_INJECTPOSITION structure

Description

This structure defines the format for AGNSS position injection.

Members

Size

Structure size.

Version

Version number.

Age

Indicates how long the position has been aged in seconds.

BasicData

Position data.

AccuracyData

Position accuracy.