.\" @(#)PEXApplicationData.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXApplicationData 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXApplicationData \- Structure Application Data .SH SYNTAX .HP void PEXApplicationData\^(\^Display *\fIdisplay\fP\^, XID \fIresource_id\fP\^, PEXOCRequestType \fIreq_type\fP\^, int \fIlength\fP\^, char *\fIdata\fP\^) .SH PARAMETERS .TP 1i \fIdisplay\fP A pointer to a display structure returned by a successful .B XOpenDisplay call. .TP \fIresource_id\fP The resource identifier of the renderer or structure. .TP \fIreq_type\fP The request type for the output command ( .B PEXOCRender, .B PEXOCStore, .B PEXOCRenderSingle or .B PEXOCStoreSingle ). .TP \fIlength\fP The length, in bytes, of the application data. .TP \fIdata\fP A pointer to the application data. .SH RETURNS None .SH DESCRIPTION .\" indexing .IX PEXApplicationData .IX "Application Data" PEXApplicationData .LP This function creates an application data output command which has no visible effect when rendered. It is typically used to store arbitrary application data in a structure. .SH ERRORS .TP .SB BadPEXRenderer The specified renderer resource identifier is invalid. .TP .SB BadPEXStructure The specified structure resource identifier is invalid.