mpiCaptureConfigGet
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiCaptureConfigGet(MPICapture capture, MPICaptureConfig *config);
Required Header: capture.h
Change History: Added in 04.00.
Description
mpiCaptureConfigGet gets a Capture object's (capture) configuration and writes it into the structure pointed to by config.
If a capture was previously configured (non-default), use mpiCaptureConfigReset() to return the capture to the default configuration before calling mpiCaptureConfigGet() and mpiCaptureConfigSet(). Or if you do not call mpiCaptureConfigReset(), make sure that all members of the MPICaptureConfig{} structure are explicitly set before calling mpiCaptureConfigSet().
capture | Capture handle of Capture object to configure . |
---|---|
config | MPICaptureConfig structure is updated by this function. |
Return Values |
---|
MPIMessageOK |
See Also
mpiCaptureConfigSet | mpiCaptureConfigReset | MPICaptureConfig