Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Use the UWP Sensor API instead.
The COM-based Sensor API is deprecated and should not be used in new applications. No additional features or enhancements are planned, and support will be limited.
The LOCATION_DESIRED_ACCURACY enumeration type defines values for the SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY property.
Syntax
typedef enum LOCATION_DESIRED_ACCURACY {
  LOCATION_DESIRED_ACCURACY_DEFAULT = 0,
  LOCATION_DESIRED_ACCURACY_HIGH
} ;
Constants
| LOCATION_DESIRED_ACCURACY_DEFAULTValue: 0 Indicates 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. | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 7,Available in Windows 7. | 
| Minimum supported server | None supported | 
| Header | sensorsapi.h |