mpiCaptureMemory

Declaration

mpiCaptureMemory(MPICapture          capture,
                 MFWCapture**        memory,
                 MFWCaptureData**    dataMemory)
                 MFWCaptureConfig**  configMemory;

Required Header: capture.h

Change History: Modified in 04.00.

Description

mpiCaptureMemory writes the address of the MFWCapture object corresponding to the specified MPICapture object to the contents of memory, the address of the corresponding MFWCaptureData object to dataMemory, and the address of the corresponding MFWCaptureConfig object to configMemory. These addresses (or addresses calculated from them) can be passed as the src argument to mpiCaptureMemoryGet(...), and also as the dst argument to mpiCaptureMemorySet(...).

capture A handle to the Capture object.
memory This adddress pointer is assigned to the Capture's memory address unless memory is NULL.
dataMemory This adddress pointer is assigned to the Capture's data memory address unless memory is NULL.
configMemory This address pointer is assigned to the Capture’s config memory unless configMemory is NULL.
Return Values
MPIMessageOK

See Also

mpiCaptureMemoryGet | mpiCaptureMemorySet