pfm_$reset_cleanup(3)
NAME
pfm_$reset_cleanup − reset a cleanup handler
SYNOPSIS
#include <idl/c/base.h>
#include <ppfm.h>
void pfm_$reset_cleanup(
pfm_$cleanup_rec *cleanup_record,
status_$t *status)
Remarks
To view this manual entry via the man(1) command, use the function name shown above without the “$” character.
DESCRIPTION
pfm_$reset_cleanup() re-establishes the cleanup handler last entered so that any subsequent errors enter it first. This procedure should only be used within cleanup handler code.
A pfm_$reset_cleanup() implicitly performs a pfm_$enable(), thereby undoing the implicit pfm_$inhibit() that pfm_$cleanup() performs.
cleanup_record A record of the context at the cleanup handler entry point. It is supplied by pfm_$cleanup when the cleanup handler is first established.
status The completion status.
Hewlett-Packard Company — HP-UX Release 10.20: July 1996