SetupDiCallClassInstaller
[DllImport("setupapi.dll", SetLastError = true)]
public static extern bool SetupDiCallClassInstaller(
uint InstallFunction,
IntPtr DeviceInfoSet,
ref DeviceInterfaceData InterfaceData
);Last updated
[DllImport("setupapi.dll", SetLastError = true)]
public static extern bool SetupDiCallClassInstaller(
uint InstallFunction,
IntPtr DeviceInfoSet,
ref DeviceInterfaceData InterfaceData
);Last updated