SensorConnectionType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-sensorsclassextension-__midl___midl_itf_windowssensorclassextension_0000_0000_0002)

__MIDL___MIDL_itf_windowssensorclassextension_0000_0000_0002 enumeration

Description

The SensorConnectionType enumeration type defines values for the SENSOR_CONNECTION_TYPE property.

Constants

SENSOR_CONNECTION_TYPE_PC_INTEGRATED

Indicates that the sensor is built into the computer.

SENSOR_CONNECTION_TYPE_PC_ATTACHED

Indicates that the sensor is attached to the computer, such as through a peripheral device.

SENSOR_CONNECTION_TYPE_PC_EXTERNAL

Indicates that the sensor is connected by external means, such as through a network connection.

See also

Enumeration properties

ISensorDriver::OnGetProperties