Microsoft DirectX 8.1 (Visual Basic)

DPL_CONNECTION_SETTINGS

Holds connection information for lobbied connections.

Type DPL_CONNECTION_SETTINGS
    AddressDeviceUrl As String
    AddressSenderUrl As String
    ApplicationDescription As DPN_APPLICATION_DESC
    lFlags As CONST_DPLCONNECTSETTINGS
    PlayerName As String
End Type

Members

AddressDeviceUrl
String set to the device URL.
AddressSenderUrl
String set to the sender URL.
ApplicationDescription
DPN_APPLICATION_DESC type containing the application description.
lFlags
Value from the CONST_CONNECTSETTINGS enumeration. This member is set to DPLCONNECTSETTINGS_HOST if your player is the session host, and 0 otherwise.
PlayerName
String value set to the player's name.