The wsreg_set_location() function sets the location specified by location into the component specified by comp. Every component must have a location before being registered. If a location has already been set into the specified component,
the resources associated with the previously set location are released.
The wsreg_get_location() function gets the location string from the component specified by comp. The resulting string must be released by the caller.
|