<!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_SetNameVariable</Name>
<Class>Utilities/Name Space
<Purpose>
Associates a variable with a Name that you have retrieved from
a Name Space.  You should pass a pointer to the variable, which
must remain in scope for as long as the Name can be accessed.
<Returns>
the given Name Reference.
<SeeAlso>
LQU_SetNameTypeAndVariable
LQU_StringToNameRef
</Function>
<Decl>
API t_NameRef
LQU_SetNameVariable(NameRef, Variable)
    t_NameRef NameRef;
    void *Variable;
</Decl>
</Entry>
