// sensorsclassextension.h
typedef enum LOCATION_DESIRED_ACCURACY {
LOCATION_DESIRED_ACCURACY_DEFAULT,
LOCATION_DESIRED_ACCURACY_HIGH
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The LOCATION_DESIRED_ACCURACY enumeration type defines values for the SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY property.
LOCATION_DESIRED_ACCURACY_DEFAULTIndicates that the sensor should use the accuracy for which it can optimize power and other such cost considerations.
LOCATION_DESIRED_ACCURACY_HIGHIndicates that the sensor should deliver the highest-accuracy report possible. This includes using services that might charge money, or consuming higher levels of battery power or connection bandwidth.
ISensorDriver::OnGetProperties