Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > U

uwx_init(3X)

Integrity Systems Only
HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

NAME

uwx_init() — create and initialize an unwind environment

SYNOPSIS

#include <uwx.h> struct uwx_env *uwx_init();

DESCRIPTION

uwx_init() is part of the Unwind Express Library for Integrity systems; see uwx(3X). uwx_init() allocates and initializes a new unwind environment object for use by the Unwind Express Library. The unwind environment is an opaque structure that is used by all other entry points in the Unwind Express Library.

An unwind environment, once allocated, may be used for many stack unwind operations. Each call to uwx_init_context() prepares the unwind environment for a new stack unwind operation.

When the application is finished using the unwind environment, it should call uwx_free() to dispose of the memory used.

RETURN VALUE

uwx_init() returns a pointer to the unwind environment object if successful; it returns a NULL pointer if the unwind environment could not be allocated.

AUTHOR

The Unwind Express Library was developed by Hewlett-Packard.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.