<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqutil">
<Function File="../../src/liblqutil/namespace.c">
<Name>LQU_GetTypeFromNameRef</Name>
<Class>Utilities/Name Space
<Purpose>
<P>Returns the type of the variable associated with the
given NameRef.
<P>The types are defined in &lt;namespace.h&gt; as an enumerated type.</P>
<Notes>
The NameRef must be valid.
</Function>
<Decl>
API t_NameType
LQU_GetTypeFromNameRef(NameRef)
    t_NameRef NameRef;
</Decl>
</Entry>
