.\" @(#)PEXEscapeWithReply-PEXSunEscIdGetExtRendAttrDyn.3 1.4 95/04/07 SMI; .so man3/pex.macs .TH PEXEscapeWithReply-PEXSunEscIdGetExtRendAttrDyn 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXEscapeWithReply-PEXSunEscIdGetExtRendAttrDyn - PEX Get Extended Renderer Attributes Dynamics .SH SYNTAX .HP char *PEXEscapeWithReply\^(\^Display *\fIdisplay\fP\^, unsigned long \fIescape_id\fP\^, int \fIlength\fP\^, char *\fIescape_data\fP\^, unsigned long *\fIreply_length_return\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIescape_id\fP 1i The escape identifier. .IP \fIlength\fP 1i The length, in bytes, of data for the escape request. .IP \fIescape_data\fP 1i A pointer to data for the escape request. .IP \fIreply_length_return\fP 1i Returns the length, in bytes, of the reply data. .SH RETURNS A pointer to the escape reply data; a null pointer if unsuccessful. .SH DESCRIPTION .\" indexing .IX PEXEscapeWithReply-PEXSunEscIdGetExtRendAttrDyn .IX "Escapes" "PEXEscapeWithReply-PEXSunEscIdGetExtRendAttrDyn" .LP To use the Sun GetExtendedRendererAttributesDynamics escape, the .I escape_id parameter should be set to .B PEXSunEscIdGetExtRendAttrDyn, the .I escape_data parameter should be set to point to structure type .I pexSunEscGetExtRendAttrDyn, and the .I length parameter should be set to the total length of .I escape_data. .LP This escape allows inquiry of the extended renderer dynamics. The semantics of this escape are the same as those of .BR PEXGetRendererDynamics (3) . This information is renderer-dependent. .LP This escape returns a pointer to reply data .I itemMask, of type .I unsigned long. .LP Values for .I itemMask are defined in .B SunPEX.h as listed below: .\"@ .\" start equation_nroff_version .if t .ig xx .bp .nf Symbol Value Explanation PEXRDSunAAliasMode 0x00000001 Anti-aliasing mode attribute is dynamic PEXRDSunTranspMode 0x00000002 Transparency mode attribute is dynamic PEXRDSunStereoMode 0x00000004 Stereo mode attribute is dynamic PEXRDSunSilhouetteEdgeMode 0x00000008 Silhouette edge mode attribute is dynamic .fi .xx .\"@ .\" start equation_troff_version .if n .ig yy .LP .TS box; lf3 cf3 lf3 l c l. Symbol Value Explanation _ PEXRDSunAAliasMode 0x00000001 Anti-aliasing mode attribute is dynamic PEXRDSunTranspMode 0x00000002 Transparency mode attribute is dynamic PEXRDSunStereoMode 0x00000004 Stereo mode attribute is dynamic PEXRDSunSilhouetteEdgeMode 0x00000008 Silhouette edge mode attribute is dynamic .TE .yy .SH DATA STRUCTURES .nf typedef struct { .br XID id B32; .br } pexSunEscGetExtRendAttrDyn; .fi .SH SEE ALSO .LP .nf .BR PEXEscape (3) .BR PEXEscapeWithReply (3) .BR PEXGetRendererDynamics (3) .fi