ExtRemoteList::Next method (engextcpp.hpp)

The Next method changes the current item to the next item in the list.

Syntax

void Next();

Return value

None

Remarks

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

Requirements

Requirement Value
Target Platform Desktop
Header engextcpp.hpp (include Engextcpp.hpp)

See also

ExtRemoteList

ExtRemoteList::HasNode