mpiCaptureMemorySet

Declaration
long mpiCaptureMemorySet(MPICapture capture,
                         void       *dst,
                         void       *src,
                         long       count) 
Required Header stdmpi.h
Description

CaptureMemorySet copies count bytes of application memory (starting at address src) and writes them into a Capture object's (capture) memory (starting at address dst).

Return Values
MPIMessageOK if CaptureMemorySet successfully copies count bytes of application memory to Capture memory
See Also mpiCaptureMemory | mpiCaptureMemoryGet