mpiCaptureDelete

Declaration
long mpiCaptureDelete(MPICapture  capture)
Required Header stdmpi.h
Description

CaptureDelete deletes a Capture object and invalidates its handle (capture). CaptureDelete is the equivalent of a C++ destructor.

Return Values
MPIMessageOK if CaptureDelete successfully deletes the Capture object and invalidates its handle
See Also mpiCaptureCreate | mpiCaptureValidate