PEXGSE(3) — Subroutines
Name
PEXGSE - Generalized Structure Element
Synopsis
void PEXGSE(Display ∗display, XID resource_id, PEXOCRequestType req_type, long id, int length, char ∗data)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
resource_idThe resource identifier of the renderer or structure.
req_typeThe request type for the output command (PEXOCRender, PEXOCStore, PEXOCRenderSingle or PEXOCStoreSingle).
idThe identifier of the GSE.
lengthThe length, in bytes, of the GSE data.
dataA pointer to the GSE data.
Returns
None
Description
This function creates a generalized structure element.
The complete interface and behavior for each GSE identifier should be available with the individual PEX server implementations. There are no standard PEX GSEs. If the specified GSE identifier is not supported, then the output command is ignored.
Errors
BadPEXRenderer
The specified renderer resource identifier is invalid.
BadPEXStructure
The specified structure resource identifier is invalid.