Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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) |