SPDRP class enum

Device registry property codes.

Constructors

SPDRP()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

SPDRP_ADDRESS → const int
The function retrieves the device's address.
SPDRP_BUSNUMBER → const int
The function retrieves the device's bus number.
SPDRP_BUSTYPEGUID → const int
The function retrieves the GUID for the device's bus type.
SPDRP_CAPABILITIES → const int
The function retrieves a bitwise OR of the following CM_DEVCAP_Xxx flags in a DWORD. The device capabilities that are represented by these flags correspond to the device capabilities that are represented by the members of the DEVICE_CAPABILITIES structure.
SPDRP_CHARACTERISTICS → const int
The function retrieves a bitwise OR of a device's characteristics flags in a DWORD.
SPDRP_CLASS → const int
The function retrieves a REG_SZ string that contains the device setup class of a device.
SPDRP_CLASSGUID → const int
The function retrieves a REG_SZ string that contains the GUID that represents the device setup class of a device.
SPDRP_COMPATIBLEIDS → const int
The function retrieves a REG_MULTI_SZ string that contains the list of compatible IDs for a device.
SPDRP_CONFIGFLAGS → const int
The function retrieves a bitwise OR of a device's configuration flags in a DWORD value. The configuration flags are represented by the CONFIGFLAG_Xxx bitmasks that are defined in Regstr.h.
SPDRP_DEVICE_POWER_DATA → const int
The function retrieves a CM_POWER_DATA structure that contains the device's power management information.
SPDRP_DEVICEDESC → const int
The function retrieves a REG_SZ string that contains the description of a device.
SPDRP_DEVTYPE → const int
The function retrieves a DWORD value that represents the device's type. For more information, see Specifying Device Types.
SPDRP_DRIVER → const int
The function retrieves a string that identifies the device's software key (sometimes called the driver key).
SPDRP_ENUMERATOR_NAME → const int
The function retrieves a REG_SZ string that contains the name of the device's enumerator.
SPDRP_EXCLUSIVE → const int
The function retrieves a DWORD value that indicates whether a user can obtain exclusive use of the device. The returned value is one if exclusive use is allowed, or zero otherwise.
SPDRP_FRIENDLYNAME → const int
The function retrieves a REG_SZ string that contains the friendly name of a device.
SPDRP_HARDWAREID → const int
The function retrieves a REG_MULTI_SZ string that contains the list of hardware IDs for a device.
SPDRP_INSTALL_STATE → const int
The function retrieves a DWORD value that indicates the installation state of a device. The installation state is represented by one of the CM_INSTALL_STATE_Xxx values that are defined in Cfgmgr32.h. The CM_INSTALL_STATE_Xxx values correspond to the DEVICE_INSTALL_STATE enumeration values.
SPDRP_LEGACYBUSTYPE → const int
The function retrieves the device's legacy bus type as an INTERFACE_TYPE value (defined in Wdm.h and Ntddk.h).
SPDRP_LOCATION_INFORMATION → const int
The function retrieves a REG_SZ string that contains the hardware location of a device.
SPDRP_LOCATION_PATHS → const int
The function retrieves a REG_MULTI_SZ string that represents the location of the device in the device tree.
SPDRP_LOWERFILTERS → const int
The function retrieves a REG_MULTI_SZ string that contains the names of a device's lower-filter drivers.
SPDRP_MFG → const int
The function retrieves a REG_SZ string that contains the name of the device manufacturer.
SPDRP_PHYSICAL_DEVICE_OBJECT_NAME → const int
The function retrieves a REG_SZ string that contains the name that is associated with the device's PDO.
SPDRP_REMOVAL_POLICY → const int
The function retrieves the device's current removal policy as a DWORD that contains one of the CM_REMOVAL_POLICY_Xxx values that are defined in Cfgmgr32.h.
SPDRP_REMOVAL_POLICY_HW_DEFAULT → const int
The function retrieves the device's hardware-specified default removal policy as a DWORD that contains one of the CM_REMOVAL_POLICY_Xxx values that are defined in Cfgmgr32.h.
SPDRP_REMOVAL_POLICY_OVERRIDE → const int
The function retrieves the device's override removal policy (if it exists) from the registry, as a DWORD that contains one of the CM_REMOVAL_POLICY_Xxx values that are defined in Cfgmgr32.h.
SPDRP_SECURITY → const int
The function retrieves a SECURITY_DESCRIPTOR structure for a device.
SPDRP_SECURITY_SDS → const int
The function retrieves a REG_SZ string that contains the device's security descriptor.
SPDRP_SERVICE → const int
The function retrieves a REG_SZ string that contains the service name for a device.
SPDRP_UI_NUMBER → const int
The function retrieves a DWORD value set to the value of the UINumber member of the device's DEVICE_CAPABILITIES structure.
SPDRP_UI_NUMBER_DESC_FORMAT → const int
The function retrieves a format string (REG_SZ) used to display the UINumber value.
SPDRP_UPPERFILTERS → const int
The function retrieves a REG_MULTI_SZ string that contains the names of a device's upper filter drivers.