Content-type: text/html Man page of wsreg_clone_component

wsreg_clone_component

Section: Product Install Registry Library Functions (3WSREG)
Updated: 22 Sep 2000
Index Return to Main Contents
 

NAME

wsreg_clone_component - clone a component  

SYNOPSIS

cc [flag ...]  file ...-lwsreg [library ...] 
#include <wsreg.h>

Wsreg_component *wsreg_clone_component(const Wsreg_component *comp);  

DESCRIPTION

The wsreg_clone_component() function clones the component specified by comp.  

RETURN VALUES

The wsreg_clone_component() returns a pointer to a component that is configured exactly the same as the component specified by comp.  

USAGE

The resulting component must be released through a call to wsreg_free_component() by the caller. See wsreg_create_component(3WSREG).  

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
MT-LevelUnsafe

 

SEE ALSO

wsreg_create_component(3WSREG), wsreg_initialize(3WSREG), wsreg_get(3WSREG), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
USAGE
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:37:49 GMT, October 02, 2010