DirectPlay8LobbiedApplication.SetConnectionSettings
Specifies the settings for the connection.
SetConnectionSettings(hTarget As Long, _
lFlags As Long, _
ConnectionSettings As DPL_CONNECTION_SETTINGS, _
HostAddress As DirectPlay8Address, _
Device As DirectPlay8Address)
Parts
- hTarget
- Long value that is set to the connection handle.
- lFlags
- Reserved, must be 0.
- ConnectionSettings
- DPL_CONNECTION_SETTINGS type with the connection settings.
- HostAddress
- DirectPlay8Address object with the host address.
- Device
- DirectPlay8Address object with the device address.