Microsoft DirectX 8.1 (Visual Basic)

DPNMSG_CONNECT_COMPLETE

Used in the dpnotify parameter of the DirectPlay8Event.ConnectComplete method. This type is generated by Microsoft® DirectPlay® when a connection request has been completed.

Type DPNMSG_CONNECT_COMPLETE
    AsyncOpHandle As Long
    hResultCode As Long
    ReplyData() as Byte
End Type

Members

AsyncOpHandle
Long value specifying the handle of the asynchronous operation.
hResultCode
Long value specifying result of the connection request.
ReplyData
Byte array containing the connection data returned by the host or server.