PICL Plug-In Library Functions ptreegetroot(3PICLTRE)
NAME
ptreegetroot - get the root node handle
SYNOPSIS
cc [ flag... ] file... -lpicltree [ library... ]
#include
int ptreegetroot(piclnodehdlt *nodeh);
DESCRIPTION
The ptreegetroot() 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.
ERORS
PICLINVALIDARG Invalid argument
PICLFAILURE General system failure
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
libpicltree(3PICLTRE), ptreecreatenode(3PICLTRE), attri-
butes(5)
SunOS 5.11 Last change: 28 Mar 2000 1
|