Microsoft DirectX 8.0 (Visual Basic)

DPNMSG_SEND_COMPLETE

Used in the dpnotify parameter of the DirectPlay8Event.SendComplete method. This type is generated by Microsoft® DirectPlay® when a message has been received by the recipient.

Type DPNMSG_SEND_COMPLETE
    AsyncOpHandle As Long
    hResultCode As Long
    lSendTime As Long
End Type

Members

AsyncOpHandle
Long value specifying the handle of the asynchronous operation.
hResultCode
Long value specifying the success or failure of the message send.
lSendTime
Time, in milliseconds, between send call and completion.