#include <revolution/mpds.h>
typedef struct MPDSContext
{
...
} MPDSContext;
The MPDSContext structure is used to store the DataSharing status information. Do not directly access its internal members.
Initialize using the MPDSInit() function, while specifying the MPDS library functions at the same time.
We recommend that you allocate memory either statically or from the heap, without allocating it as an auto variable on the stack, as this structure can be more than 2KB in size.
2007/11/28 Initial version.
CONFIDENTIAL