Parameters π
member |
in |
Member of an object. |
Return Value π
The next member in the object or NULL if member
is NULL or the last member.
Discussion π
Retrieves the next member of an object after member
. If member
is NULL or itβs the last member of the object, then NULL is returned.