#include <revolution/mpds.h>
s32 MPDSInit ( MPDSContext* context, const MPDSConfig* config );
context |
Specifies a pointer to the MPDSContext structure used to maintain the DataSharing status. |
config |
Specifies a pointer to the MPDSConfig structure used to store DataSharing settings. |
Returns the processing result. Returns a negative number if processing fails.
Initializes the DataSharing status specified with the context argument with settings provided to the config argument.
2007/11/28 Initial version.
CONFIDENTIAL