// sensorsdef.h
typedef enum PROXIMITY_SENSOR_CAPABILITIES {
Proximity_Sensor_Human_Presence_Capable,
Proximity_Sensor_Human_Engagement_Capable,
Proximity_Sensor_Human_Head_Azimuth_Capable,
Proximity_Sensor_Human_Head_Altitude_Capable,
Proximity_Sensor_Human_Head_Roll_Capable,
Proximity_Sensor_Human_Head_Pitch_Capable,
Proximity_Sensor_Human_Head_Yaw_Capable,
Proximity_Sensor_Human_Identification_Capable,
Proximity_Sensor_Multi_Person_Detection_Capable,
Proximity_Sensor_Supported_Capabilities
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The PROXIMITY_SENSOR_CAPABILITIES enumeration values indicate the capabilities of a proximity sensor.
Proximity_Sensor_Human_Presence_CapableThe sensor can detect human presence.
Proximity_Sensor_Human_Engagement_CapableThe sensor can detect if the user is engaged with the system.
Proximity_Sensor_Human_Head_Azimuth_CapableThe sensor can detect the azimuth of the user's head.
Proximity_Sensor_Human_Head_Altitude_CapableThe sensor can detect the altitude of the user's head.
Proximity_Sensor_Human_Head_Roll_CapableThe sensor can detect the roll of the user's head.
Proximity_Sensor_Human_Head_Pitch_CapableThe sensor can detect the pitch of the user's head.
Proximity_Sensor_Human_Head_Yaw_CapableThe sensor can detect the yaw of the user's head.
Proximity_Sensor_Human_Identification_CapableThe sensor can identify a person.
Proximity_Sensor_Multi_Person_Detection_CapableThe sensor can detect if more than one person is present.
Proximity_Sensor_Supported_CapabilitiesIndicates that all capabilities are supported.