| DirectX SDK | 
The DirectPlay4.SetGroupConnectionSettings method sets the connection settings for a session that will be launched from this group. This method can only be used in a lobby session.
object.SetGroupConnectionSettings(id As Long, _
    connection As DirectPlayLobbyConnection) 
If the method fails, an error is raised and Err.Number may be set to one of the following values:
| DPERR_ACCESSDENIED | 
| DPERR_CONNECTIONLOST | 
| DPERR_INVALIDGROUP | 
| DPERR_INVALIDPARAMS | 
| DPERR_UNSUPPORTED |