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

XEHeadOfExtensionList Extension Function

Purpose

Returns a pointer to the list of extension structures attached to the specified object.

Library

Enhanced X-Windows Library (libX11.a)

C Syntax

XExtData **XEHeadOfExtensionList(Object)
XEDataObject Object;

Description

The XEHeadOfExtensionList extension function returns a pointer to the list of extension structures attached to the specified object. In concert with the XAddToExtensionList extension function, the XEHeadOfExtensionList extension function allows an extension to attach arbitrary data to any of the structures of the XEDataObject type.

Parameters

Object Specifies the object.

Related Information

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

The XAddToExtensionList extension function.

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


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