mpiAxisMemoryGet

Declaration
long mpiAxisMemoryGet(MPIAxis axis,
                      void    *dst,
                      void    *src,
                      long    count) 
Required Header stdmpi.h
Description

AxisMemoryGet copies count bytes of Axis (axis) memory (starting at address src) to application memory (starting at address dst).

  axis a handle to the Axis object
  *dst pointer to the destination location to where the memory will be written
  *src pointer to the source location of memory being read
  count size of memory to be read
     
Return Values
MPIMessageOK if AxisMemory successfully writes the Axis memory address to the contents of memory
See Also mpiAxisMemory | mpiAxisMemorySet