1XTSOLgetClientAtTtrruisbtuetdesE(x3tXeTnSsOiLo)ns to X WindowsXLTiSbOrLagreytCFluinecnttiAotntsributes(3XTSOL)
2
3
4

NAME

6       XTSOLgetClientAttributes  -  get all label attributes associated with a
7       client
8

SYNOPSIS

10       cc [flag...] file... -lX11 -lXtsol [library...]
11
12
13       #include <X11/extensions/Xtsol.h>
14
15       Status XTSOLgetClientAttributes(display, windowid, clientattr);
16
17       Display *display;
18       XID windowid;
19       XTsolClientAttributes *clientattrp;
20
21

PARAMETERS

23       display        Specifies  a  pointer  to  the  Display  structure.   Is
24                      returned from XOpenDisplay().
25
26
27       windowid       Specifies window ID of X client.
28
29
30       clientattrp    Client  must  provide  a  pointer  to  an XTsolClientAt‐
31                      tributes structure.
32
33

DESCRIPTION

35       The XTSOLgetClientAttributes() function retrieves all label  attributes
36       that  are  associated  with  a  client in a single call. The attributes
37       include process ID, user ID, IP address, audit flags and session ID.
38

RETURN VALUES

40       None.
41

ERRORS

43       BadAccess    Lack of privilege.
44
45
46       BadValue     Not a valid client.
47
48

ATTRIBUTES

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

SEE ALSO

64       libXtsol(3LIB),     XTSOLgetPropAttributes(3XTSOL),      XTSOLgetResAt‐
65       tributes(3XTSOL), attributes(5)
66

NOTES

68       The  functionality  described  on this manual page is available only if
69       the system is configured with Trusted Extensions.
70
71
72
73SunOS 5.11                        20 Jul 2007 XTSOLgetClientAttributes(3XTSOL)
Impressum