// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
ULONG PreferredInterval;
} GNSS_CONTINUOUSTRACKING_PARAM, *PGNSS_CONTINUOUSTRACKING_PARAM;
View the official Windows Driver Kit DDI referenceNo description available.
This structure defines the parameters for a continuous tracking fix session.
SizeStructure size.
VersionVersion number.
PreferredIntervalSpecifies the preferred interval of receiving fixes for a continuous tracking session. The units for this value is seconds.