.
The SetupDiGetDeviceInstanceId function retrieves the device instance ID that is associated with a device information element.
8/6/2014 4:07:43 PM - egray1@hot.rr.com-24.26.210.211
.
static extern bool SetupDiGetDeviceInstanceId(
.
Declare Function SetupDiGetDeviceInstanceId Lib "setupapi.dll" (TODO) As TODO
.
WINSETUPAPI BOOL WINAPI SetupDiGetDeviceInstanceId(
.
SetupDiGetDeviceInstanceId(h, ref da, sb, nBytes, out RequiredSize);
.