MAGNETOMETER_ACCURACY - NtDoc

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

typedef enum MAGNETOMETER_ACCURACY {
  MagnetometerAccuracy_Unknown,
  MagnetometerAccuracy_Unreliable,
  MagnetometerAccuracy_Approximate,
  MagnetometerAccuracy_High
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-sensorsdef-magnetometer_accuracy)

MAGNETOMETER_ACCURACY enumeration

Description

This enumeration represents the accuracy states of the magnetometer.

Constants

MagnetometerAccuracy_Unknown

Indicates that the magnetometer's accuracy cannot be determined.

MagnetometerAccuracy_Unreliable

Indicates that the magnetometer readings are unreliable. The application can choose to prompt the user to calibrate the compass, to improve accuracy.

MagnetometerAccuracy_Approximate

Indicates that the magnetometer readings are approximate values.

MagnetometerAccuracy_High

Indicates that the magnetometer accuracy is set to high.