mpiCaptureEventNotifyGet
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiCaptureEventNotifyGet(MPICapture capture, MPIEventNotifyData *eventNotifyData);
Required Header: capture.h
Change History: Added in 04.00.
Description
mpiCaptueEventNotifyGet writes the event notification data to the location pointed to the eventNotifyData. The eventNotifyData is an array of addresses collected by the controller when the event occurs.
capture | A handle to a Capture object. |
---|---|
*eventNotifyData | A pointer to a MPIEventNotifyData structure. |
Return Values | |
---|---|
MPIMessageOK |
See Also