The wsreg_set_unique_name() function sets the unique name specified by unique_name in the component specified by comp. Every component must have a unique name before being registered. If a unique name has already been set in
the specified component, the resources associated with the previously set unique name are released.
The wsreg_get_unique_name() function gets the unique name string from the component specified by comp. The resulting string must be released by the caller.
|