Registers the values associated with the names referenced in UIL (for example, UIL callback function names or UIL identifier names)
Format
#include <Mrm/MrmPublic.h> Cardinal MrmRegisterNames MrmRegisterArglist register_listMrmCount register_count
DESCRIPTION
The MrmRegisterNames function values can be callback functions, pointers to user-defined data, or any other values. The information provided is used to resolve symbolic references occurring in UID files to their run-time values. For callbacks, this information provides the procedure address required by the Motif Toolkit. For names used as identifiers in UIL, this information provides any run-time mapping the application needs.
This function is similar to MrmRegisterNamesInHierarchy, except that the scope of the names registered by MrmRegisterNamesInHierarchy is limited to the hierarchy specified in the call to that function, whereas the names registered by MrmRegisterNames have global scope. When MRM looks up a name, it first tries to find the name among those registered for the given hierarchy. If that lookup fails, it tries to find the name among those registered globally.
The names in the list are case-sensitive. The list can be either ordered or unordered.
Callback functions registered through MrmRegisterNames can be either regular or creation callbacks. Regular callbacks have declarations determined by Motif Toolkit and user requirements. Creation callbacks have the same format as any other callback:
void CallBackProc Widget *widget_idOpaque tagXmAnyCallbackStruct *callback_data
Note that the widget name and parent are available from the widget record accessible through widget_id.
RETURN
This function returns one of the following status return constants: