#include <idl/c/base.h> #include <idl/c/pfm.h>
void pfm_$rls_cleanup(cleanup_record, status) pfm_$cleanup_rec *cleanup_record; status_$t *status;
The pfm_$rls_cleanup routine releases the cleanup handler associated with the cleanup_record parameter and all cleanup handlers established after it.
Input |
---|
cleanup_record | Indicates the cleanup record for the first cleanup handler to release. |
Output |
---|
To release an established cleanup handler, enter:
pfm_$rls_cleanup(crec, st);
where crec is a valid cleanup record established by the pfm_$cleanup routine.
This Library Routine is part of Network Computing System in Network Support Facilities in Base Operating System (BOS) Runtime.
Remote Procedure Call (RPC) Runtime Library (NCS) in AIX Version 4.3 Communications Programming Concepts.