1ptree_get_propinfo(3PICLTPRIECEL)Plug-In Library Functpitornese_get_propinfo(3PICLTREE)
2
3
4

NAME

6       ptree_get_propinfo - get property information
7

SYNOPSIS

9       cc [ flag... ] file... -lpicltree [ library... ]
10       #include <picltree.h>
11
12       int ptree_get_propinfo(picl_prophdl_t proph,
13            ptree_propinfo_t *pi);
14
15

DESCRIPTION

17       The  ptree_get_propinfo() function gets the information about the prop‐
18       erty specified by handle proph and copies it into the  location  speci‐
19       fied  by  pi.   See  libpicltree(3PICLTREE)  for more information about
20       ptree_propinfo_t structure.
21

RETURN VALUES

23       Upon successful completion, 0 is returned. On failure,  a  non-negative
24       integer is returned to indicate an error.
25
26
27       PICL_STALEHANDLE  is  returned  if  the handle is no longer valid. This
28       occurs if the PICL tree was refreshed or reinitialized.
29
30
31       PICL_INVALIDHANDLE is returned if the specified handle never existed.
32

ERRORS

34       PICL_INVALIDHANDLE    Invalid handle
35
36
37       PICL_STALEHANDLE      Stale handle
38
39
40       PICL_NOTPROP          Not a property
41
42
43       PICL_FAILURE          General system failure
44
45

ATTRIBUTES

47       See attributes(5) for descriptions of the following attributes:
48
49
50
51
52       ┌─────────────────────────────┬─────────────────────────────┐
53       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
54       ├─────────────────────────────┼─────────────────────────────┤
55       │Interface Stability          │Evolving                     │
56       ├─────────────────────────────┼─────────────────────────────┤
57       │MT-Level                     │MT-Safe                      │
58       └─────────────────────────────┴─────────────────────────────┘
59

SEE ALSO

61       libpicltree(3PICLTREE), ptree_create_prop(3PICLTREE), attributes(5)
62
63
64
65SunOS 5.11                        28 Mar 2000    ptree_get_propinfo(3PICLTREE)
Impressum