DBnextMemberOfConnection

Top  Previous  Next

To the Member element successors determine.

With DBfirstMemberOfConnection and DBnextMemberOfConnection all Member elements of a master Member connection can be enumerated. If no Member elements exist in this connection, i.e. if the master is empty, this procedure delivers ZERO as a result, but the trading of the first Member element in this object.

Parametre

elem (PMEMBER_ELEMENT) [IN]

Act on the Member element by which from the successor should be determined.

Result

(PMEMBER_ELEMENT) [OUT]

If a successor exists, a trading becomes on it zurückgeliefert, but ZERO:

Declaration

#include "database.h"

 

PMEMBER_ELEMENT DLLENTRY DBnextMemberOfConnection (

PMEMBER_ELEMENT elem

);

Related functions

DBfirstMemberOfConnection