Query: xtsolgetworkstationowner
OS: opensolaris
Section: 3xtsol
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XTSOLgetWorkstationOwner(3XTSOL) Trusted Extensions to X Windows Library Functions XTSOLgetWorkstationOwner(3XTSOL)NAMEXTSOLgetWorkstationOwner - get the ownership of the workstationSYNOPSIScc [flag...] file... -lX11 -lXtsol [library...] #include <X11/extensions/Xtsol.h> Status XTSOLgetWorkstationOwner(display, uidp); Display *display; uid_t *uidp;PARAMETERSdisplay Specifies a pointer to the Display structure; returned from XOpenDisplay(). uidp Returns a UID which is the current UID of the specified Display workstation server. Client must provide a pointer to uid_t.DESCRIPTIONThe XTSOLgetWorkstationOwner() function retrieves the ownership of the workstation.RETURN VALUESNone.ERRORSBadAccess Lack of privilege.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +---------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +---------------------------+-------------------------------+ |Interface Stability | Committed | +---------------------------+-------------------------------+ |MT-Level | Unsafe | +---------------------------+-------------------------------+SEE ALSOlibXtsol(3LIB), XTSOLsetWorkstationOwner(3XTSOL), attributes(5) Obtaining the X Window Server Workstation Owner ID in Solaris Trusted Extensions Developer's GuideNOTESThe functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 XTSOLgetWorkstationOwner(3XTSOL)