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

XCursorQueryExtension Extension Function

Purpose

Determines whether the cursor extension is available for a given display.

Library

Enhanced X-Windows Library (libXext.a)

C Syntax

BOOL XCursorQueryExtension(DisplayPtr, EventBaseReturn, ErrorBaseReturn)
Display *DisplayPtr;
int *EventBaseReturn;
int *ErrorBaseReturn;

Description

The XCursorQueryExtension extension function returns a value of True if the cursor extension is available on a given display. If the extension exists, the value of the first event code is stored in the EventBaseReturn parameter, and the value of the first error code is stored in the ErrorBaseReturn parameter.

Parameters

DisplayPtr Specifies the connection to the X server.
EventBaseReturn Returns the first event code.
ErrorBaseReturn Returns the first error code.

Return Values

True Indicates the cursor extension is available for a given display.

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 | Next | Contents | Glossary | Home | Search ]