#include <dwc.h>
typedef void (*DWCLoginCallback)( DWCError error,
int profileID,
void *param );
This callback function is called when the connection to the Wi-Fi connection completes after DWC_LoginAsync has been called.
It can be set using DWC_LoginAsync.
Do not call it from the FriendsMatch Library callback functions.
error |
DWC error type. For details, see DWC_GetLastErrorEx. |
profileID |
Profile ID of one's own GS that was obtained. |
param |
Parameter for the callback specified by DWC_LoginAsync. |
None.
DWC_LoginAsync
DWC_GetLastErrorEx
2007/12/03 Revised the function description.
2005/12/16 Revised the function description.
2005/11/01 Initial version.
CONFIDENTIAL