Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The HasNode method determines if there is a current item in the list iteration.
Syntax
bool HasNode();
Return value
HasNode returns true if there is a current item in the list iteration, and false otherwise.
Remarks
Before you call HasNode, you must initialize the list for iteration by calling StartHead or StartTail.
If this method returns true, ExtRemoteList::GetNodeOffset can be used to return the current item in the list.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | engextcpp.hpp (include Engextcpp.hpp) |