PEDOMETER_STEP_TYPE - NtDoc

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

typedef enum PEDOMETER_STEP_TYPE {
  PedometerStepType_Unknown,
  PedometerStepType_Walking,
  PedometerStepType_Running,
  PedometerStepType_Max,
  PedometerStepType_Force_Dword
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PEDOMETER_STEP_TYPE enumeration

Description

This enumeration represents the step types reported by the pedometer.

Constants

PedometerStepType_Unknown

The pedometer cannot determine the step type.

PedometerStepType_Walking

Indicates a step type associated with walking.

PedometerStepType_Running

Indicates a step type associated with running.

PedometerStepType_Max

Indicates that the step type is generating maximum sensor values. In this scenario, the pedometer doesn't report the step type.

PedometerStepType_Force_Dword

Used to force the PEDOMETER_STEP_TYPE enum to a 32-bit data type (a DWORD).

Remarks

For more information about the sensor data fields that use this enumeration, see Pedometer data fields.

See also

PEDOMETER_STEP_TYPE_COUNT

Pedometer data fields