mpiAxisMemory

Declaration
long mpiAxisMemory(MPIAxis axis,
                   void    **memory) 
Required Header stdmpi.h
Description

AxisMemory writes an address (that is used to access Axis memory) to the contents of memory. This address (or an address calculated from it) is passed as the src argument to mpiAxisMemoryGet(...) and as the dst argument to mpiAxisMemorySet(...).

  axis a handle to the Axis object
     
Return Values
MPIMessageOK if AxisMemory successfully writes the Axis memory address to the contents of memory
See Also mpiAxisMemoryGet | mpiAxisMemorySet