API t_NameRef
LQU_FirstNameRef
(NameSpace)
t_NameSpace *NameSpace;
Purpose
Used in conjunction with LQU_NextNameRef 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_NameRefIsValid() 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:
- LQU_GetNameFromNameRef
- LQU_GetTypeFromNameRef
- LQU_NameRefIsValid
- LQU_NameRefIsError