// sensorsclassextension.h
typedef enum __MIDL___MIDL_itf_windowssensorclassextension_0000_0000_0002 {
SENSOR_CONNECTION_TYPE_PC_INTEGRATED,
SENSOR_CONNECTION_TYPE_PC_ATTACHED,
SENSOR_CONNECTION_TYPE_PC_EXTERNAL
} SensorConnectionType;
View the official Windows Driver Kit DDI referenceNo description available.
The SensorConnectionType enumeration type defines values for the SENSOR_CONNECTION_TYPE property.
SENSOR_CONNECTION_TYPE_PC_INTEGRATEDIndicates that the sensor is built into the computer.
SENSOR_CONNECTION_TYPE_PC_ATTACHEDIndicates that the sensor is attached to the computer, such as through a peripheral device.
SENSOR_CONNECTION_TYPE_PC_EXTERNALIndicates that the sensor is connected by external means, such as through a network connection.
ISensorDriver::OnGetProperties