Library
setupapi.dll
Alias
SetupDiGetDeviceInterfaceDetailA
Type Return
A Boolean Value
Syntax
SetupDiGetDeviceInterfaceDetail ( DeviceInfoSet, DeviceInterfaceData, DeviceInterfaceDetailData, DeviceInterfaceDetailDataSize, RequiredSize, DeviceInfoData)
The SetupDiGetDeviceInterfaceDetail Declaration syntax has these parts:
| Part | Description |
| DeviceInfoSet | Required. A Long Value. |
| DeviceInterfaceData | Required. A SP_DEVICE_INTERFACE_DATA Value. |
| DeviceInterfaceDetailData | Required. A Long Value. |
| DeviceInterfaceDetailDataSize | Required. A Long Value. |
| RequiredSize | Required. A Long Value. |
| DeviceInfoData | Required. A Long Value. |