|
Public Member Functions |
HRESULT | Add ([in] IDSSDevice *ipDevice) |
| Add an item to the collection.
|
HRESULT | Clear () |
| clear the collection
|
HRESULT | Count ([out] Int32 *ipCount) |
| Get the total number of items in the collection.
|
HRESULT | get__NewEnum ([out, retval] IUnknown
opp_NewEnum) |
| Get the new enum.
|
HRESULT | Item ([in] Int32 iIndex,[out, retval] IDSSDevice
oppDevice) |
| Get the item by index.
|
HRESULT | ItemById ([in] BSTR *ipID,[out, retval] IDSSDevice
oppDevice) |
| Get the item by guid.
|
HRESULT | RemoveByID ([in] BSTR *ipID) |
| Remove an item from the collection by guid.
|
HRESULT | RemoveByIndex ([in] Int32 iIndex) |
| Remove an item from the collection by index.
|