#include <dwc.h>DWCGdbError DWC_GdbInitialize(int game_id,
const DWCUserData *userdata,
BOOL use_ssl);| game_id | For this, give the game ID assigned by GameSpy. |
| userdata | For this, specify the user data given in DWC_InitFriendsMatch. |
| use_ssl | Specifies whether or not SSL is to be used for communications. |
Error information.
Execute this function before calling any of the DWC_Gdb library functions.
Before doing so, login to Wi-Fi Connection using DWC_LoginAsync.
CONFIDENTIAL