Enum SPDRP
Specifies device property codes for use with SetupDiGetDeviceRegistryProperty.
Namespace: EyeAuras.Roxy.Shared.HID
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public enum SPDRP : uint
Fields
| Name | Description |
|---|---|
| SPDRP_CAPABILITIES | The capabilities of the device. |
| SPDRP_CLASS | The class of the device. |
| SPDRP_CLASSGUID | The class GUID of the device. |
| SPDRP_COMPATIBLEIDS | The compatible IDs of the device. |
| SPDRP_CONFIGFLAGS | The configuration flags for the device. |
| SPDRP_DEVICEDESC | The device description. |
| SPDRP_DRIVER | The driver key name for the device. |
| SPDRP_FRIENDLYNAME | The friendly name of the device. |
| SPDRP_HARDWAREID | The hardware ID of the device. |
| SPDRP_LOCATION_INFORMATION | The location information of the device. |
| SPDRP_LOWERFILTERS | The lower filters of the device. |
| SPDRP_MAXIMUM_PROPERTY | The maximum property value. |
| SPDRP_MFG | The manufacturer of the device. |
| SPDRP_PHYSICAL_DEVICE_OBJECT_NAME | The physical device object name of the device. |
| SPDRP_SERVICE | The service name for the device. |
| SPDRP_UI_NUMBER | The UI number of the device. |
| SPDRP_UNUSED0 | Unused, placeholder. |
| SPDRP_UNUSED1 | Unused, placeholder. |
| SPDRP_UNUSED2 | Unused, placeholder. |
| SPDRP_UPPERFILTERS | The upper filters of the device. |