Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtsoliswindowtrusted(3xtsol) [opensolaris man page]

XTSOLIsWindowTrusted(3XTSOL)			 Trusted Extensions to X Windows Library Functions		      XTSOLIsWindowTrusted(3XTSOL)

NAME
XTSOLIsWindowTrusted - test if a window is created by a trusted client SYNOPSIS
cc [flag...] file... -lX11 -lXtsol [library...] #include <X11/extensions/Xtsol.h> Bool XTSOLIsWindowTrusted(display, window); Display *display; Window window; DESCRIPTION
The 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. PARAMETERS
display Specifies a pointer to the Display structure; returned from XOpenDisplay(). window Specifies the ID of the window to be tested. RETURN VALUES
True If the window is created by a trusted client. ERRORS
BadWindow Not a valid window. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +---------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +---------------------------+-------------------------------+ |Interface Stability | Committed | +---------------------------+-------------------------------+ |MT-Level | Unsafe | +---------------------------+-------------------------------+ SEE ALSO
libXtsol(3LIB), attributes(5) NOTES
The 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)

Check Out this Related Man Page

XTSOLMakeTPWindow(3XTSOL)			 Trusted Extensions to X Windows Library Functions			 XTSOLMakeTPWindow(3XTSOL)

NAME
XTSOLMakeTPWindow - make this window a Trusted Path window SYNOPSIS
cc [flag...] file... -lX11 -lXtsol [library...] #include <X11/extensions/Xtsol.h> Status XTSOLMakeTPWindow(display, w); Display *display; Window w; PARAMETERS
display Specifies a pointer to the Display structure; returned from XOpenDisplay(). w Specifies the ID of a window. DESCRIPTION
The XTSOLMakeTPWindow() function makes a window a trusted path window. Trusted Path windows always remain on top of other windows. The client must have the Trusted Path process attribute set. RETURN VALUES
None. ERRORS
BadAccess Lack of privilege. BadWindow Not a valid window. BadValue Not a valid type. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +---------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +---------------------------+-------------------------------+ |Interface Stability | Committed | +---------------------------+-------------------------------+ |MT-Level | Unsafe | +---------------------------+-------------------------------+ SEE ALSO
libXtsol(3LIB), attributes(5) NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 XTSOLMakeTPWindow(3XTSOL)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Display Problem

Hi, I am trying to install oracle client on unix(SUN Solaris) machine. For this a GUI window will open when i click ./runInstaller I have Humming Bird Connectivity ->Exceed .Now what i have to do ...?? Please tell me ASAP. Its urgent i need to install right away. This is a Solaris Machine. ... (1 Reply)
Discussion started by: dreams5617
1 Replies

2. UNIX for Dummies Questions & Answers

X window/X11 basics

Hi all, Can anybody suggest a good resource to know about X/X-window/X11 etc in linux/unix. Introduction and useful commands. Its little confusing to me. thanks in advance! (0 Replies)
Discussion started by: lramsb4u
0 Replies

3. HP-UX

HP-UX revert from trusted system to default

All, I have inherited some software that is running on HP-HX 11.11. The software ofers a GUI login and the user passwords can be either internal to the software, user defined or based on the matching unix account. The problem I have is that the server has been converted to 'trusted' years... (7 Replies)
Discussion started by: rbatte1
7 Replies

4. UNIX for Advanced & Expert Users

Converting system to trusted

Hi, I need to convert few HP-UX (V 11.31) machines from un-trusted to trusted. I used the HP SMH to do this on one server. However when I click on "Yes" to proceed with the conversion, I get this error : The attempt to convert this system to a trusted system failed. The command return value... (2 Replies)
Discussion started by: anaigini45
2 Replies