Microsoft DirectX 8.1 (Visual Basic)

DPNMSG_ENUM_HOSTS_RESPONSE

Used in the dpnotify parameter of the DirectPlay8Event.EnumHostsResponse method. This type is generated by Microsoft® DirectPlay® when the host responds with information to an enumeration request.

Type DPNMSG_ENUM_HOSTS_RESPONSE
    AddressDeviceUrl As String
    AddressSenderUrl As String
    ApplicationDescription As DPN_APPLICATION_DESC
    lRoundTripLatencyMS As Long
    ResponseData As Byte
End Type

Members

AddressDeviceUrl
String specifying the device's address URL
AddressSenderUrl
String specifying the sender's address URL.
ApplicationDescription
DPN_APPLICATION_DESC type that describes the application.
lRoundTripLatencyMS
Round-trip latency, in milliseconds.
ResponseData
Response data from the enumeration.