SetupDi Device Property 函数
2021-11-19
67
0
SetupDiGetClassProperty | Retrieves a device property that is set for a device setup class or a device interface class. |
---|---|
SetupDiGetClassPropertyEx | Retrieves a class property for a device setup class or a device interface class on a local or remote computer. |
SetupDiGetClassPropertyKeys | Retrieves an array of the device property keys that represent the device properties that are set for a device setup class or a device interface class. |
SetupDiGetClassPropertyKeysEx | Retrieves an array of the device property keys that represent the device properties that are set for a device setup class or a device interface class on a local or a remote computer. |
SetupDiGetDeviceInterfaceProperty | Retrieves a device property that is set for a device interface. |
SetupDiGetDeviceInterfacePropertyKeys | Retrieves an array of device property keys that represent the device properties that are set for a device interface. |
SetupDiGetDeviceProperty | Retrieves a device instance property. |
SetupDiGetDevicePropertyKeys | Retrieves an array of the device property keys that represent the device properties that are set for a device instance. |
SetupDiSetClassProperty | Sets a class property for a device setup class or a device interface class. |
SetupDiSetClassPropertyEx | Sets a device property for a device setup class or a device interface class on a local or remote computer. |
SetupDiSetDeviceInterfaceProperty | Sets a device property of a device interface. |
SetupDiSetDeviceProperty | Sets a device instance property. |