// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
} GNSS_LKGFIX_PARAM, *PGNSS_LKGFIX_PARAM;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is not used currently by the system and is not required to be implemented.
SizeStructure size.
VersionVersion number.
No additional parameter is needed for an LKG fix. The GNSS adapter implements any aging heuristics for rejecting an LKG fix received from the GNSS driver based on the difference between the fix time and current time.