Microsoft DirectX 8.0 (Visual Basic)

DPNMSG_RECEIVE

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

Type DPNMSG_RECEIVE
    idSender As Long
    iDataSize As Long
    ReceivedData() As Byte
End Type

Members

idSender
Long value specifying the identifier of the message sender.
iDataSize
Long value specifying the number of bytes in the ReceivedData member. Because the byte array is zero-based, the upper limit of the array will be IDataSize-1.
ReceivedData
Byte array containing the message data that was sent.