Debugging Tools for Windows

ExtRemoteList::Prev

The Prev method changes the current item to the previous item in the list.

void
  ExtRemoteList::Prev(
    void
    )

Parameters

None

Return Value

None

Comments

This method can only be used when iterating over doubly-linked lists.

If Prev reaches the end of the list, subsequent calls to ExtRemoteList::HasNode will return false.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

ExtRemoteList::HasNode

Build machine: CAPEBUILD