ISoftUSBPhysicalDescriptorSetList Interface

The ISoftUSBPhysicalDescriptorSetList interface implements a collection of ISoftUSBPhysicalDescriptorSet objects.

Members

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

  • Methods
  • Properties

Methods

The ISoftUSBPhysicalDescriptorSetList interface defines the following methods.

Method Description
Add

Adds an object to the collection.

Clear

Removes all of the objects from the collection

Lock

Disables all changes to the collection until you call ISoftUSBPhysicalDescriptorSetList::Unlock. The caller can use only the Count and Item properties while the collection is locked.

Remove

Removes the specified object from the collection.

Unlock

Re-enables changes to the collection after a previous call to ISoftUSBPhysicalDescriptorSetList::Lock.

 

Properties

The ISoftUSBPhysicalDescriptorSetList interface defines the following properties.

Property Access type Description

Count

Read-only

Returns the current count of objects in the collection. This property is read-only.

Item

Read-only

Returns the specified object from the collection. This property is read-only.

 

Requirements

Header

SoftHidUSBif.h

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010