1picl_initialize(3PICL)      PICL Library Functions      picl_initialize(3PICL)
2
3
4

NAME

6       picl_initialize - initiate a session with the PICL daemon
7

SYNOPSIS

9       cc [ flag... ] file... -lpicl [ library... ]
10       #include <picl.h>
11
12       int picl_initialize(void);
13
14

DESCRIPTION

16       The picl_initialize() function opens the daemon door file and initiates
17       a session with the PICL daemon running on the system.
18

RETURN VALUES

20       Upon successful completion, 0 is returned. On  failure,  this  function
21       returns a non-negative integer, PICL_FAILURE.
22

ERRORS

24       PICL_NOTSUPPORTED    Version not supported
25
26
27       PICL_FAILURE         General system failure
28
29
30       PICL_NORESPONSE      Daemon not responding
31
32

ATTRIBUTES

34       See attributes(5)  for descriptions of the following attributes:
35
36
37
38
39       ┌─────────────────────────────┬─────────────────────────────┐
40       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
41       ├─────────────────────────────┼─────────────────────────────┤
42       │MT-Level                     │MT-Safe                      │
43       └─────────────────────────────┴─────────────────────────────┘
44

SEE ALSO

46       picl_shutdown(3PICL), attributes(5)
47
48
49
50SunOS 5.11                        28 Mar 2000           picl_initialize(3PICL)
Impressum