All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---CATITPSCaptureList
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSCaptureList
Interface for lists of Captures CATITPSCapture.
This interface is similar to CATIUnknownList (same methods).
public virtual HRESULT Add( | const unsigned int | iPosition, |
CATITPSCapture* | ipiItem) = 0 |
public virtual HRESULT Count( | unsigned int* | oCount) const = 0 |
public virtual HRESULT Item( | const unsigned int | iPosition, |
CATITPSCapture** | opiItem) const = 0 |
public virtual HRESULT Remove( | CATITPSCapture* | ipiItem) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.