Previous Next

SP_DEVICE_INTERFACE_DETAIL_DATA

An SP_DEVICE_INTERFACE_DETAIL_DATA structure contains the path for a 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
The size, in bytes, of the fixed portion of the SP_DEVICE_INTERFACE_DETAIL_DATA structure.
DevicePath
A NULL-terminated string that contains the device interface path. This path can be passed to Win32® functions such as CreateFile.

See Also

SetupDiGetDeviceInterfaceDetail