Microsoft DirectX 8.1 (Visual Basic)

DPL_CONNECT_INFO

Used to specify connection information for a lobby client when connecting to the lobby application in the DirectPlay8LobbyClient.ConnectApplication method.

Type DPL_CONNECT_INFO
    ConnectionSettings As DPL_CONNECTION_SETTINGS
    guidApplication As String
    lFlags As CONST_DPLCONNECT
End Type

Members

ConnectionSettings
DPL_CONNECTION_SETTINGS type with the settings for this connection.
guidApplication
String that specifies the GUID of the application.
lFlags
One of the constants of the CONST_DPLCONNECT enumeration that determine connection behavior.