GNSS_AGNSS_INJECTTIME - NtDoc

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

typedef struct {
  ULONG    Size;
  ULONG    Version;
  FILETIME UtcTime;
  ULONG    TimeUncertainty;
} GNSS_AGNSS_INJECTTIME, *PGNSS_AGNSS_INJECTTIME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

GNSS_AGNSS_INJECTTIME structure

Description

This structure defines the format for AGNSS time injection.

Members

Size

Structure size.

Version

Version number.

UtcTime

UTC time.

TimeUncertainty

Uncertainty in milliseconds.