ISoftHidUSBDevice Interface

ISoftHidUSBDevice is a dual interface that describes the HID device that is connected to the USB hub port or to a USB root hub port.

Members

The ISoftHidUSBDevice interface inherits from the IDispatch interface. ISoftHidUSBDevice also defines the following types of members:

  • Methods
  • Properties

Methods

The ISoftHidUSBDevice interface defines the following methods.

Method Description
QueueInputReport

Queues a HID input report.

DequeueOutputReport

Dequeues a HID output report

QueueFeatureReport

Queues a HID feature report.

 

Properties

The ISoftHidUSBDevice interface defines the following properties.

Property Access type Description

PhysicalDescriptor

Read/write

Gets or sets the HID USB physical descriptor that is associated with this device.

ReportDescriptor

Read/write

Gets or sets the HID report descriptor that is currently associated with this device.

 

Requirements

Header

SoftHidUSBIf.h

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010