Microsoft DirectX 8.0 (Visual Basic)

DPL_MESSAGE_CONNECT

This type is generated by Microsoft® DirectPlay® when a lobby client connects to the lobbied application through the DirectPlay8LobbyClient.ConnectApplication method.

Type DPL_MESSAGE_CONNECT
    ConnectId As Long
    dplMsgCon As DPL_CONNECTION_SETTINGS
    LobbyConnectData() As Byte
End Type

Members

ConnectId
Handle used to identify the connection. This handle is used to in subsequent calls to DirectPlay8LobbyClient.Send and DirectPlay8LobbyClient.ReleaseApplication.
dplMsgCon
DPL_CONNECTION_SETTINGS type with the connection settings.
LobbyConnectData
Lobby connection data.