Debugging Tools for Windows

ExtRemoteList::HasNode

The HasNode method determines if there is a current item in the list iteration.

bool
  ExtRemoteData::HasNode(
    void
    )

Parameters

None

Return Value

HasNode returns true if there is a current item in the list iteration, and false otherwise.

Comments

If this method returns true, ExtRemoteList::GetNodeOffset can be used to return the current item in the list.

Requirements

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

See Also

ExtRemoteList::GetNodeOffset

Build machine: CAPEBUILD