Microsoft DirectX 8.1 (Visual Basic)

DPNMSG_INDICATE_CONNECT

Used in the dpnotify parameter of the DirectPlay8Event.IndicateConnect method. This type is generated by Microsoft® DirectPlay® when a player has requested a connection to the session.

Type DPNMSG_INDICATE_CONNECT
    AddressDeviceUrl As String
    AddressPlayerUrl As String
    UserData() As Byte
End Type

Members

AddressDeviceUrl
String specifying the device's address URL
AddressSenderUrl
String specifying the sender's address URL.
UserData
Data of the connecting player.