Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ xil_get_parent(3) — Solaris 2.4 x86 SDK

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

xil_create_child(3)

xil_get_parent(3)

NAME

xil_get_parent − get a parent image

SYNOPSIS

#include <xil/xil.h>

XilImage xil_get_parent ( XilImage image);

DESCRIPTION

This function returns a handle to the parent of a child image.  If the image is not a child image, then NULL is returned. 

ERRORS

For a complete list of XIL error messages by number, consult Appendix B of the XIL Programmer’s Guide. 

EXAMPLES

Get the parent of a child image:

XilImage base_image, child_image;
base_image = xil_get_parent (child_image);

NOTES

Child images are not hierarchical; the parent of a child image must always be a parent image. 

SEE ALSO

xil_create_child(3)

SunOS   —  Last change: 17 August 1993

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026