Microsoft DirectX 9.0 SDK Update (October 2004)

AdapterListCollection.Reset Method

Language:

Note: This documentation is preliminary and is subject to change.

Resets the current enumerator to point to the head of the queue.

Definition

Visual Basic .NET Overrides Public Sub Reset()
C# public override void Reset();
Managed C++ public: void Reset();
JScript .NET public override function Reset();

Remarks

An enumerator can move only in a forward direction. This method restarts the enumerator at the beginning of the queue.

After Reset Leave Site is called, the cursor is undefined. Call MoveNext Leave Site initially to point to the first item in the list.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center