Query: wsreg_set_unique_name
OS: sunos
Section: 3wsreg
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wsreg_set_unique_name(3WSREG) Product Install Registry Library Functions wsreg_set_unique_name(3WSREG)NAMEwsreg_set_unique_name, wsreg_get_unique_name - set or get the unique name of a componentSYNOPSIScc [flag ...] file ...-lwsreg [library ...] #include <wsreg.h> int wsreg_set_unique_name(Wsreg_component *comp, const char *unique_name); char *wsreg_get_unique_name(const Wsreg_component *comp);DESCRIPTIONThe 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 associ- ated 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.RETURN VALUESThe wsreg_set_unique_name() function returns a non-zero value if the unique name was set correctly; otherwise it returns 0. The wsreg_get_unique_name() function returns a copy of the unique name from the specified component.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+SEE ALSOwsreg_initialize(3WSREG), attributes(5) SunOS 5.10 22 Sep 2000 wsreg_set_unique_name(3WSREG)
Related Man Pages |
---|
wsreg_set_vendor(3wsreg) - sunos |
wsreg_create_component(3wsreg) - sunos |
wsreg_get_id(3wsreg) - sunos |
wsreg_get_location(3wsreg) - sunos |
wsreg_get_unique_name(3wsreg) - sunos |
Similar Topics in the Unix Linux Community |
---|
Problem in ftpying the datasets containing comp values to AIX from mainframe |
unique |
Extract unique files |
Print unique lines without sort or unique |
Count of unique lines in field 4 |