ultrix man page for pfm_reset_cleanup

Query: pfm_reset_cleanup

OS: ultrix

Section: 3ncs

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

pfm_reset_cleanup(3ncs) 												   pfm_reset_cleanup(3ncs)

Name
       pfm_reset_cleanup - reset a clean-up handler

Syntax
       #include <idl/c/base.h>
       #include <idl/c/pfm.h>

       void pfm_$reset_cleanup(cleanup_record, status)
       pfm_$cleanup_rec *cleanup_record;
       status_$t *status;

Arguments
       cleanup_record	   A  record  of  the  context	at the clean-up handler entry point.  It is supplied by when the clean-up handler if first
			   established.

       status		   The completion status.  If the completion status returned in is equal to status_$ok, then the routine that supplied	it
			   was successful.

Description
       The  routine  reestablishes  the clean-up handler last entered so that any subsequent errors enter it first.  This procedure should only be
       used within clean-up handler code.

Diagnostics
       This section lists status codes for errors returned by this routine in

       pfm_$bad_rls_order  Attempted to release a clean-up handler out of order.

       pfm_$cleanup_not_found
			   There is no pending clean-up handler.

       pfm_$cleanup_set    A clean-up handler was established successfully.

       pfm_$invalid_cleanup_rec
			   Passed an invalid clean-up record to a routine.

       pfm_$no_space	   Cannot allocate storage for a clean-up handler.

Files
See Also
       intro(3ncs)

															   pfm_reset_cleanup(3ncs)
Related Man Pages
pfm_rls_cleanup(3ncs) - ultrix
rpc_bind(3ncs) - ultrix
rpc_clear_binding(3ncs) - ultrix
rpc_inq_binding(3ncs) - ultrix
rpc_sockaddr_to_name(3ncs) - ultrix
Similar Topics in the Unix Linux Community
A short history of UNIX by l.madden@ic.ac.uk
Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH)
PHP Write Man Pages to MySQL DB