CaptureDevicesCollection.MoveNext() Method (Microsoft.DirectX.DirectSound)

Advances to the next DeviceInformation structure in the CaptureDevicesCollection object.

Definition

Visual Basic Overrides Public Function MoveNext() As Boolean
C# public override bool MoveNext();
C++ public:
virtual bool MoveNext() override;
JScript public override function MoveNext() : boolean;

Return Value

System.Boolean
Returns true if the CaptureDevicesCollection object was successfully advanced, and false if the CaptureDevicesCollection object has passed the end of the collection.