.\" @(#)PEXExecuteDeferredActions.3 1.5 95/03/24 SMI; .so man3/pex.macs .TH PEXExecuteDeferredActions 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXExecuteDeferredActions - Execute Deferred Workstation Actions .SH SYNTAX .HP void PEXExecuteDeferredActions\^(\^Display *\fIdisplay\fP\^, PEXWorkstation \fIworkstation\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. .SH RETURNS None .SH DESCRIPTION .\" indexing .IX PEXExecuteDeferredActions .IX "Workstation" "PEXExecuteDeferredActions" .LP This function causes all deferred actions on the specified workstation to be executed. This will cause all requested attributes to be made current and the corresponding update attributes to be set to .B PEXNotPending. .SH DATA STRUCTURES .LP .nf typedef XID PEXWorkstation; .fi .sp .SH ERRORS .TP .SB BadPEXWorkstation The specified .I workstation resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXRedrawAllStructures (3) .fi