// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
ULONG MovementThreshold;
} GNSS_DISTANCETRACKING_PARAM, *PGNSS_DISTANCETRACKING_PARAM;
View the official Windows Driver Kit DDI referenceNo description available.
This structure defines the parameters for a distance-based tracking fix session.
SizeStructure size.
VersionVersion number.
MovementThresholdIf the device moves beyond this threshold, a fix will be generated/recorded. A value of zero indicates that a fix should be reported whenever the device moves. This value is specified in meters.