DWC_CheckValidConsole

Syntax

#include <dwc.h>

BOOL DWC_CheckValidConsole( const DWCUserData* userdata );

Description

The Wi-Fi Connection treats the DS card and DS console as a set. This function checks that the user data is the data being used by the DS console 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.

Arguments

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

Return Values

TRUE DS console matches the specified user data.
FALSE DS console differs from the specified user data.

See Also

DWC_CreateUserData
DWC_ClearDirtyFlag
DWC_LoginAsync

Revision History

2006/02/24 Changed the name of referenced document.
2005/12/16 Revised descriptions of arguments and return values.
2005/10/20 Initial version.


CONFIDENTIAL