Microsoft DirectX 8.0 (Visual Basic)

DPNMSG_ENUM_HOSTS_QUERY

Used in the dpnotify parameter of the DirectPlay8Event.EnumHostsQuery method. This type is generated by Microsoft® DirectPlay® when a player has requested a host enumeration.

Type DPNMSG_ENUM_HOSTS_QUERY
    AddressDeviceUrl As String
    AddressSenderUrl As String
    lMaxResponseDataSize As Long
    ReceivedData() As Byte
    ResponseData() As Byte
End Type

Members

AddressDeviceUrl
String value containing the device's URL.
AddressSenderUrl
String value containing the sender's URL.
lMaxResponseDataSize
Long value specifying the size of the response data block.
ReceivedData
Data received from the enumeration.
ResponseData
Data block containing the response to the enumeration request.