[ Previous | Contents | Glossary | Home | Search ]
x11 R6 Technical Reference

_XSetLastRequestRead Extension Function

Purpose

Computes and returns a complete serial number from the partial serial number in the event.

Library

AIXwindows Library (libX11.a)

C Syntax

unsigned long_XSetLastRequestRead(DisplayPtr, Reply)
Display *DisplayPtr;
xGenericReply *Reply;

Description

The _XSetLastRequestRead extension function computes and returns a complete serial number from the partial serial number in the event. To initialize the serial number component of the event, call the _XSetLastRequestRead function with the event and use the return value.

Parameters

DisplayPtr Specifies the connection to the X server.
Reply Specifies the wire event structure.

Related Information

Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.

AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.


[ Previous | Contents | Glossary | Home | Search ]