#include <dwc.h>
BOOL DWC_CheckValidConsole( const DWCUserData* userdata );
The Wi-Fi Connection treats the DS card and DS console as a set. This function checks if the user data is the user 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. Refer to the programming manual for more information on the specific uses of this function.
userdata |
Pointer to the DWCUserData structure where user data is stored. |
TRUE |
DS console matches the specified user data. |
FALSE |
DS console differs from the specified user data. |
DWC_CreateUserData, DWC_ClearDirtyFlag, DWC_LoginAsync
02/24/2006 Changed name of referenced document
12/16/2005 Revised descriptions of arguments and return values
10/20/2005 Initial version