SetupDi Registry函数
2021-11-19
52
0
SetupDiCreateDevRegKey | Creates a registry storage key for device-specific configuration information and returns a handle to the key. |
---|---|
SetupDiOpenDevRegKey | Opens a registry storage key for device-specific configuration information and returns a handle to the key. |
SetupDiDeleteDevRegKey | Deletes the specified user-accessible registry key(s) associated with a device information element. |
SetupDiOpenClassRegKey | Opens the 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. |
SetupDiCreateDeviceInterfaceRegKey | Creates a nonvolatile registry subkey for storing information about a device interface instance and returns a handle to the key. |
SetupDiOpenDeviceInterfaceRegKey | Opens the registry subkey that is used by applications and drivers to store information that is specific to a device interface instance and returns a handle to the key. |
SetupDiDeleteDeviceInterfaceRegKey | Deletes the registry subkey that was used by applications and drivers to store information that is specific to a device interface instance. |
SetupDiSetDeviceRegistryProperty | Sets the specified Plug and Play device property. |
SetupDiGetDeviceRegistryProperty | Retrieves the specified Plug and Play device property. |
SetupDiGetClassRegistryProperty | Retrieves a specified device class property from the registry. |
SetupDiSetClassRegistryProperty | Sets a specified device class property in the registry. |