Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |