1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 8<title>DWCNewClientCallback</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13<a name="dwc__match_8h_133da3ed06ce23a3dbab8f2e0b9aedc96"></a> 14<h1 align="left">DWCNewClientCallback</h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <dwc.h></CODE><BR> 20 <BR> 21 <PRE><CODE>typedef void(*) <a href=DWCNewClientCallback.html#dwc__match_8h_133da3ed06ce23a3dbab8f2e0b9aedc96>DWCNewClientCallback</a>(int index, 22 void *param);</CODE></PRE></dd> 23</dl> 24 25<h2>Arguments</h2> 26 27<TABLE border="1" width="100%"> 28 <TBODY> 29 30 <TR> 31<TD width="13%"><EM><STRONG><parametername>index</parametername></STRONG></EM></TD> 32<TD width="87%">Friend roster index of the newly connected client. The value is -1 if the newly connected client is not a friend.</TD> 33 </TR> 34 35 <TR> 36<TD width="13%"><EM><STRONG><parametername>param</parametername></STRONG></EM></TD> 37<TD width="87%">Callback parameter.</TD> 38 </TR> 39 40 </TBODY> 41</TABLE> 42 43<h2>Return Values</h2> 44 45<p>None.</p> 46 47<H2>Description</H2> 48<p>This function is called during matchmaking when another client has started a new connection to the established network.</p> 49 50<h2>See Also</h2> 51<p> 52 53<CODE><A href="DWC_ConnectToAnybodyAsync.html">DWC_ConnectToAnybodyAsync<BR></A></CODE> 54 55<CODE><A href="DWC_ConnectToFriendsAsync.html">DWC_ConnectToFriendsAsync<BR></A></CODE> 56 57<CODE><A href="DWC_SetupGameServer.html">DWC_SetupGameServer<BR></A></CODE> 58 59<CODE><A href="DWC_ConnectToGameServerAsync.html">DWC_ConnectToGameServerAsync</A></CODE> 60 61<CODE><A href="DWC_ConnectToGameServerByGroupID.html">DWC_ConnectToGameServerByGroupID<BR></A></CODE> 62 63</p> 64 65<H2>Revision History</H2> 66<DL> 67 68<DT><para>2.0.0</DT> 69<DD>Made revisions in line with changes to the specifications used by all matchmaking types.</DD> 70 71</DL> 72<hr><p>CONFIDENTIAL</p></body> 73</html> 74