Platform SDK: Hardware

SP_DEVICE_INTERFACE_DETAIL_DATA

The SP_DEVICE_INTERFACE_DETAIL_DATA structure provides detailed information about a particular device interface.

typedef struct _SP_DEVICE_INTERFACE_DETAIL_DATA {
  DWORD  cbSize;
  TCHAR  DevicePath[ANYSIZE_ARRAY];
} SP_DEVICE_INTERFACE_DETAIL_DATA, *PSP_DEVICE_INTERFACE_DETAIL_DATA;

Members

cbSize
Specifies the size, in bytes, of the structure.
DevicePath
A NULL-terminated string that contains the device path.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 98.
  Header: Declared in Setupapi.h.

See Also

Device Management Overview, Device Management Structures, SetupDiGetDeviceInterfaceDetail