mpiCaptureStatus

Declaration
long mpiCaptureStatus(MPICapture         capture,
                      MPICaptureStatus   *status,
                      void               *external) 
Required Header stdmpi.h
Description

CaptureStatus writes a Capture object's (capture) status into the structure pointed to by status, and also into the implementation-specific structure pointed to by external (if external is not NULL).

The Capture object's status information in external is in addition to the Capture object's status information in status, i.e, the status configuration information in status and in external is not the same information. Note that status or external can be NULL (but not both NULL).

XMP Only

external either points to a structure of type MEICaptureStatus{} or is NULL.

Return Values
MPIMessageOK if CaptureStatus successfully writes the status of a Capture object to the structure(s)
See Also