LOCATION_DESIRED_ACCURACY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorsclassextension.h

typedef enum LOCATION_DESIRED_ACCURACY {
  LOCATION_DESIRED_ACCURACY_DEFAULT,
  LOCATION_DESIRED_ACCURACY_HIGH
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-sensorsclassextension-location_desired_accuracy)

LOCATION_DESIRED_ACCURACY enumeration

Description

The LOCATION_DESIRED_ACCURACY enumeration type defines values for the SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY property.

Constants

LOCATION_DESIRED_ACCURACY_DEFAULT

Indicates that the sensor should use the accuracy for which it can optimize power and other such cost considerations.

LOCATION_DESIRED_ACCURACY_HIGH

Indicates 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.

See also

ISensorDriver::OnGetProperties