Click or drag to resize

SystemDeviceInterfaceHid Class

The System.DeviceInterface.Hid properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemDeviceInterfaceHid

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Hid

The SystemDeviceInterfaceHid type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIsReadOnly
The System.DeviceInterface.Hid.IsReadOnly property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_DeviceInterface_Hid_IsReadOnly.
Public propertyStatic memberProductId
The System.DeviceInterface.Hid.ProductId property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Hid_ProductId.
Public propertyStatic memberUsageId
The System.DeviceInterface.Hid.UsageId property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Hid_UsageId.
Public propertyStatic memberUsagePage
The System.DeviceInterface.Hid.UsagePage property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Hid_UsagePage.
Public propertyStatic memberVendorId
The System.DeviceInterface.Hid.VendorId property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Hid_VendorId.
Public propertyStatic memberVersionNumber
The System.DeviceInterface.Hid.VersionNumber property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_DeviceInterface_Hid_VersionNumber.
Top
See Also