// sensorsdef.h
typedef enum HUMAN_PRESENCE_DETECTION_TYPE {
HumanPresenceDetectionType_Undefined,
HumanPresenceDetectionType_VendorDefinedNonBiometric,
HumanPresenceDetectionType_VendorDefinedBiometric,
HumanPresenceDetectionType_FacialBiometric,
HumanPresenceDetectionType_AudioBiometric,
HumanPresenceDetectionType_Force_Dword
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The HUMAN_PRESENCE_DETECTION_TYPE enumeration values indicate types of human presence detection hardware.
HumanPresenceDetectionType_UndefinedIndicates an undefined human presence detection type.
HumanPresenceDetectionType_VendorDefinedNonBiometricIndicates a vendor defined, non-biometric human presence detection type.
HumanPresenceDetectionType_VendorDefinedBiometricIndicates a vendor defined, biometric human presence detection type.
HumanPresenceDetectionType_FacialBiometricIndicates a facial human presence detection type, such as a camera.
HumanPresenceDetectionType_AudioBiometricIndicates an audio human presence detection type, such as a microphone.
HumanPresenceDetectionType_Force_DwordUsed to force the HUMAN_PRESENCE_DETECTION_TYPE enum to a 32-bit data type (a DWORD).