Content-type: text/html Man page of ptree_get_root

ptree_get_root

Section: PICL Plug-In Library Functions (3PICLTREE)
Updated: 28 Mar 2000
Index Return to Main Contents
 

NAME

ptree_get_root - get the root node handle  

SYNOPSIS

cc [ flag... ] file... -lpicltree [ library... ]
#include <picltree.h>

int ptree_get_root(picl_nodehdl_t *nodeh);  

DESCRIPTION

The ptree_get_root() function copies the handle of the root node of the PICL tree into the location specified by nodeh.  

RETURN VALUES

Upon successful completion, 0 is returned. On failure, a non-negative integer is returned to indicate an error.  

ERRORS

PICL_INVALIDARG Invalid argument

PICL_FAILURE General system failure

 

ATTRIBUTES

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

ATTRIBUTE TYPEATTRIBUTE VALUE
Interface StabilityEvolving
MT-LevelMT-Safe

 

SEE ALSO

libpicltree(3PICLTREE), ptree_create_node(3PICLTREE), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
ERRORS
ATTRIBUTES
SEE ALSO

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