ISoftUSBConfigurations Interface

The ISoftUSBConfigurations interface implements a collection of SoftUSBConfiguration objects.

Members

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

  • Methods
  • Properties

Methods

The ISoftUSBConfigurations interface defines the following methods.

Method Description
Add

Adds an object to the collection.

Clear

Removes all objects from the collection

Lock

Disables all changes to the collection until you call the Unlock method. 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 you previously called Lock.

 

Properties

The ISoftUSBConfigurations interface defines the following properties.

Property Access type Description

Count

Read-only

Returns the current count of objects in the collection.

Item

Read-only

Returns the specified object from the collection.

 

Requirements

Header

SoftUSBif.h

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010