mpiFilterMemory

Declaration
long mpiFilterMemory(MPIFilter  filter,
                     void       **memory)
Required Header stdmpi.h
Description

FilterMemory writes an address, which is used to access a Filter's (filter) memory to the contents of memory. This address, or an address calculated from it, can be passed as the src parameter to MPIFilterMemoryGet(...) and as the dst parameter to MPIFilterMemorySet(...).

Return Values
MPIMessageOK if FilterMemory successfully writes the Filter's memory address to the contents of memory
See Also mpiFilterMemoryGet | mpiFilterMemorySet