Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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) |