PICL Plug-In Library Functions
ptreegetpropinfobyname(3PICLTRE)
NAME
ptreegetpropinfobyname - get property information and
handle of named property
SYNOPSIS
cc [ flag... ] file... -lpicltree [ library... ]
#include
int ptreegetpropinfobyname(piclnodehdlt nodeh,
const char *pname, ptreepropinfot *pinfo,
piclprophdlt *proph);
DESCRIPTION
The ptreegetpropinfobyname() function copies the pro-
perty information of the property specified by pname in the
node nodeh into the location given by pinfo. The handle of
the property is returned in the location proph.
RETURN VALUES
Upon successful completion, 0 is returned. On failure, a
non-negative integer is returned to indicate an error.
ERORS
PICLNOTNODE Not a node
PICLPROPNOTFOUND Property not found
PICLRESERVEDNAME Reserved property name specified
PICLINVALIDHANDLE Invalid handle
PICLSTALEHANDLE Stale handle
PICLFAILURE General system failure
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 1 Aug 2000 1
PICL Plug-In Library Functions
ptreegetpropinfobyname(3PICLTRE)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
piclgetpropinfo(3PICL), piclgetpropbyname(3PICL),
attributes(5)
SunOS 5.11 Last change: 1 Aug 2000 2
PICL Plug-In Library Functions
ptreegetpropinfobyname(3PICLTRE)
SunOS 5.11 Last change: 1 Aug 2000 3
|