lq-text: LQU_NextNameRef

API t_NameRef LQU_NextNameRef (NameSpace, NameRef) t_NameSpace *NameSpace; t_NameRef NameRef;

Purpose

Used in conjunction with LQU_Next­Name­Ref to iterate over all of the Names in a Name Space.

Returns

A reference to the first Name in the given Name Space, if there are any. Use LQU_Name­Ref­Is­Valid() to determine if the returned reference is valid; if not, LQU_NameRefIsError will determine if there was an error, and LQU_GetNameError will handle the error using Error().

See Also: