mpiFilterMemory
Declaration
mpiFilterMemory(MPIFilter filter, MFWFilter** memory, MFWFilterData** dataMemory MFWFilterConfig** configMemory);
Required Header: stdmpi.h
Description
mpiFilterMemory writes the address of the MFWFilter object corresponding to the specified MPIFilter object to the contents of memory, the address of the corresponding MFWFilterData object to dataMemory, and the address of the corresponding MFWFilterConfig object to configMemory. These addresses (or addresses calculated from them) can be passed as the src argument to mpiFilterMemoryGet(...), and also as the dst argument to mpiFilterMemorySet(...).
Filter | A handle to the Filter object. |
---|---|
memory | This address pointer is assigned to the Filter's memory address unless memory is NULL. |
dataMemory | This address pointer is assigned to the Filter's data memory address unless dataMemory is NULL. |
configMemory | This address pointer is assigned to the Filter’s config memory unless configMemory is NULL. |
Return Values |
---|
MPIMessageOK |
See Also
mpiFilterMemoryGet | mpiFilterMemorySet