DWC_GdbInitialize

Syntax

#include <dwc.h>

DWCGdbError DWC_GdbInitialize(int game_id,
                              const DWCUserData *userdata,
                              BOOL use_ssl);

Arguments

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.

Return Values

Error information.

Description

Execute this function before calling any of the DWC_Gdb library functions.
Before doing so, login to Wi-Fi Connection using DWC_LoginAsync.

Revision History


CONFIDENTIAL