DWCLoginCallback

Syntax

#include <dwc.h>

typedef void (*DWCLoginCallback)( DWCError error,
                                  int  profileID,
                                  void *param );

Description

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.

Arguments

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.

Return Values

None.

See Also

DWC_LoginAsync
DWC_GetLastErrorEx

Revision History

2007/12/03 Revised the function description.
2005/12/16 Revised the function description.
2005/11/01 Initial version.


CONFIDENTIAL