EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    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.

    Extension Methods

    ObjectExtensions.AddTo<SPDRP, TCollection>(SPDRP, ISourceList<TCollection>)
    ObjectExtensions.AddTo<SPDRP, TCollection>(SPDRP, ICollection<TCollection>)
    ObjectExtensions.CloneJson<SPDRP>(SPDRP)
    ObjectExtensions.CopyPropertiesTo<SPDRP, TTarget>(SPDRP, TTarget)
    ObjectExtensions.DumpToTextRaw<SPDRP>(SPDRP)
    ObjectExtensions.DumpToText<SPDRP>(SPDRP)
    ObjectExtensions.Dump<SPDRP>(SPDRP)
    ObjectExtensions.GetPropertyAccessor<SPDRP, TValue>(SPDRP, Expression<Func<SPDRP, TValue>>)
    ObjectExtensions.InsertTo<SPDRP, TCollection>(SPDRP, IList<TCollection>, int)
    ObjectExtensions.ToJson<SPDRP>(SPDRP)
    ObjectExtensions.ToStringSafe<SPDRP>(SPDRP)
    ObjectExtensions.TransferPropertiesTo<SPDRP, TTarget>(SPDRP, TTarget, params string[])
    XDocumentExtensions.AddTo<SPDRP>(SPDRP, XContainer)
    © Xab3r. All rights reserved.