mpiCaptureStatus
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiCaptureStatus(MPICapture capture, MPICaptureStatus *status);
Required Header: capture.h
Change History: Added in 04.00.
Description
mpiCaptureStatus writes a Capture object's (capture) status into the structure pointed to by status.
capture | A handle to the capture object. |
---|---|
status | A pointer to MPICaptureStatusStructure. |
Return Values |
---|
MPIMessageOK |
MPIMessageARG_INVALID |
See Also