.\" @(#)PEXSetWorkstationWindow.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXSetWorkstationWindow 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXSetWorkstationWindow - Set Workstation Window .SH SYNTAX .HP void PEXSetWorkstationWindow\^(\^Display *\fIdisplay\fP\^, PEXWorkstation \fIworkstation\fP\^, PEXNPCSubVolume *\fIworkstation_window\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIworkstation\fP 1i The resource identifier of the workstation. .IP \fIworkstation_window\fP 1i The workstation window. .SH RETURNS .LP None .SH DESCRIPTION .\" indexing .IX PEXSetWorkstationWindow .LP This function set the requested NPC subvolume of the specified .I workstation. If the dynamic modification for the workstation window is .B PEXIMM, the current workstation window is set to the specified NPC subvolume and the workstation update is set to .B PEXNotPending; otherwise, the workstation update is set to .B PEXPending and the current workstation window is not changed. .SH DATA STRUCTURES .LP .nf typedef XID PEXWorkstation; .sp typedef struct { PEXCoord min; PEXCoord max; .br } PEXNPCSubVolume; .sp typedef struct { float x; float y; float z; .br } PEXCoord; .fi .SH ERRORS .TP .SB BadPEXWorkstation The specified workstation resource identifier is invalid.