Query: xtsoliswindowtrusted
OS: opensolaris
Section: 3xtsol
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XTSOLIsWindowTrusted(3XTSOL) Trusted Extensions to X Windows Library Functions XTSOLIsWindowTrusted(3XTSOL)NAMEXTSOLIsWindowTrusted - test if a window is created by a trusted clientSYNOPSIScc [flag...] file... -lX11 -lXtsol [library...] #include <X11/extensions/Xtsol.h> Bool XTSOLIsWindowTrusted(display, window); Display *display; Window window;DESCRIPTIONThe XTSOLIsWindowTrusted() function tests if a window is created by a trusted client. The window created by a trusted client has a special bit turned on. The client does not require any privilege to perform this operation.PARAMETERSdisplay Specifies a pointer to the Display structure; returned from XOpenDisplay(). window Specifies the ID of the window to be tested.RETURN VALUESTrue If the window is created by a trusted client.ERRORSBadWindow Not a valid window.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +---------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +---------------------------+-------------------------------+ |Interface Stability | Committed | +---------------------------+-------------------------------+ |MT-Level | Unsafe | +---------------------------+-------------------------------+SEE ALSOlibXtsol(3LIB), attributes(5)NOTESThe functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 XTSOLIsWindowTrusted(3XTSOL)
| Similar Topics in the Unix Linux Community |
|---|
| Display Problem |
| X window/X11 basics |
| HP-UX revert from trusted system to default |
| Converting system to trusted |