[ Previous | Next | Contents | Glossary | Home | Search ]
X11R6 Technical Reference (AIX Version 4.3 Specific)

XAddToExtensionList Extension Function

Purpose

Points to a data structure.

Library

Enhanced X-Windows Library (libX11.a)

C Syntax

XAddToExtensionList(Structure, ExtensionData)
struct_XExtData **Structure;
XExtData *ExtensionData;

Description

The structure argument is a pointer to one of the data structures enumerated in the preceding section. You must initialize ext_data->number with the extension number before calling this routine.

Parameters

ExtensionData Indicates the extension data structure to add.
Structure Specifies the pointer to the structure to add.

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 ]