SetupDi Setup Class 函数
2021-11-19
108
0
| 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. |
SetupApi函数





