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

XFindOnExtensionList Extension Function

Purpose

Returns the first extension data structure for the extension numbered Number parameter.

Library

Enhanced X-Windows Library (libX11.a)

C Syntax

XExtData *XFindOnExtensionList(Structure, Number)
struct_XExtData **Structure;
int Number;

Description

The XFindOnExtensionList extension function returns the first extension data structure for the extension numbered Number. It is expected that an extension will add a maximum of one extension data structure to any single data structure's extension data list. There is no way to find additional structures.

Parameters

Number Indicates the extension number from the XinitExtension extension function.
Structure Specifies the pointer to the structure to add.

Related Information

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

The XInitExtension extension function.

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


[ Previous | Next | Contents | Glossary | Home | Search ]