DWC_CheckValidConsole

Syntax

#include <dwc.h> 
BOOL DWC_CheckValidConsole(const DWCUserData *userdata);

Arguments

userdata Pointer to the DWCUserData structure where the user data is stored.

Return Values

TRUE Nintendo DS system matches the specified user data.
FALSE Nintendo DS system differs from the specified user data.

Description

The Wi-Fi Connection treats the DS card and the Nintendo DS system as a set. This function checks that the user data is the data being used by the DS system and the set.

Use this function in the application to check if there was a problem at login. For more information on specific uses of this function, refer to the programming manual.

See Also

DWC_CreateUserData DWC_ClearDirtyFlag DWC_LoginAsync

Revision History

For the change log prior to 5.1 PR2, click here.   


CONFIDENTIAL