MPDSInit

C Specification

#include <revolution/mpds.h>
s32 MPDSInit ( MPDSContext* context, const MPDSConfig* config );

Arguments

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.

Return Values

Returns the processing result. Returns a negative number if processing fails.

Description

Initializes the DataSharing status specified with the context argument with settings provided to the config argument.

See Also

MPError, MPDSConfig

Revision History

2007/11/28 Initial version.


CONFIDENTIAL