Desktop Functions: Smart Device Functions:
|
Search Results for "SetupDiGetDeviceInstallParams" in [All]setupapi
SetupDiGetDeviceInstallParams(NewDeviceInfoSet, DeviceInfoData, deviceInstallParams)
// SetupDiGetDeviceInstallParams. You can call it
static extern bool SetupDiGetDeviceInstallParams(IntPtr hDevInfo, ref SP_DEVINFO_DATA DeviceInfoData, ref SP_DEVINSTALL_PARAMS DeviceInstallParams);
Public Shared Function SetupDiGetDeviceInstallParams(ByVal hDevinfo As Integer, _ 'Alternate ByVal hDevInfo as IntPtr
If Win32.SetupDiGetDeviceInstallParams(hDevInfo, DeviceInfoData, devParams) Then
// SetupDiGetDeviceInstallParams. You can call it |