DWCLoginCallback

C Specification

#include <dwc.h>

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

Description

This function is called when the connection to the Wi-Fi connection completes after DWC_LoginAsync has been called.

This callback function can be set using DWC_LoginAsync.

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

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