// 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 referenceNo description available.
This structure defines the format for AGNSS time injection.
SizeStructure size.
VersionVersion number.
UtcTimeUTC time.
TimeUncertaintyUncertainty in milliseconds.