PICL Plug-In Library Functions ptreegetpropinfo(3PICLTRE)
NAME
ptreegetpropinfo - get property information
SYNOPSIS
cc [ flag... ] file... -lpicltree [ library... ]
#include
int ptreegetpropinfo(piclprophdlt proph,
ptreepropinfot *pi);
DESCRIPTION
The ptreegetpropinfo() function gets the information about
the property specified by handle proph and copies it into
the location specified by pi. See libpicltree(3PICLTRE)
for more information about ptreepropinfot structure.
RETURN VALUES
Upon successful completion, 0 is returned. On failure, a
non-negative integer is returned to indicate an error.
PICLSTALEHANDLE is returned if the handle is no longer
valid. This occurs if the PICL tree was refreshed or reini-
tialized.
PICLINVALIDHANDLE is returned if the specified handle never
existed.
ERORS
PICLINVALIDHANDLE Invalid handle
PICLSTALEHANDLE Stale handle
PICLNOTPROP Not a property
PICLFAILURE General system failure
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 28 Mar 2000 1
PICL Plug-In Library Functions ptreegetpropinfo(3PICLTRE)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
libpicltree(3PICLTRE), ptreecreateprop(3PICLTRE), attri-
butes(5)
SunOS 5.11 Last change: 28 Mar 2000 2
|