|
DiInstallDevice
| Installs a specified driver that is preinstalled in the driver store on a PnP device that is present in the system. (Windows Vista and later versions of Windows) |
|
DiInstallDriver
| Preinstalls a driver in the driver store and then installs the driver on matching PnP devices that are present in the system. (Windows Vista and later versions of Windows) |
|
DiRollbackDriver
| Rolls back the driver that is installed on a specified device to the backup driver set for the device. (Windows Vista and later versions of Windows) |
|
DiShowUpdateDevice
| Displays the Hardware Update wizard for a specified device. (Windows Vista and later versions of Windows) |
|
DiUninstallDevice | Uninstalls a device and removes its device node (devnode) from the system. (Windows 7 and later versions of Windows) |
|
InstallSelectedDriver
| Installs a selected driver on a selected device. |
|
UpdateDriverForPlugAndPlayDevices
| Updates the function driver that is installed for matching PnP devices that are present in the system. |
|
SetupDiBuildClassInfoList | Returns a list of setup class GUIDs that includes every class installed on the system. |
|
SetupDiBuildClassInfoListEx
| Returns a list of setup class GUIDs that includes every class installed on the local system or a remote system. |
|
SetupDiGetClassDescription | Retrieves the class description associated with the specified setup class GUID. |
|
SetupDiGetClassDescriptionEx | Retrieves the description of a setup class installed on a local or remote computer. |
|
SetupDiGetINFClass | Retrieves the class of a specified device INF file. |
|
SetupDiClassGuidsFromName | Retrieves the GUIDs associated with the specified class name. This list is built based on what classes are currently installed on the system. |
|
SetupDiClassGuidsFromNameEx | Retrieves the GUIDs associated with the specified class name. This resulting list contains the classes currently installed on a local or remote computer. |
|
SetupDiClassNameFromGuid | Retrieves the class name associated with the class GUID. |
|
SetupDiClassNameFromGuidEx | Retrieves the class name associated with a class GUID. The class can be installed on a local or remote computer. |
|
SetupDiInstallClass | Installs the ClassInstall32 section of the specified INF file. |
|
SetupDiInstallClassEx
| Installs a class installer or an interface class. |
|
SetupDiOpenClassRegKey
| Opens the device setup class registry key, or a specific subkey of the class. |
|
SetupDiOpenClassRegKeyEx
| Opens the device setup class registry key, the device interface class registry key, or a specific subkey of the class. This function opens the specified key on the local computer or on a remote computer. |