Peer.SendTo Method |
Language: |
Visual Basic Public Sub SendTo( _
ByVal playerID As Integer, _
ByVal gcbuffer As GCHandle, _
ByVal bufferSize As Integer, _
ByVal timeOut As Integer, _
ByVal flags As SendFlags, _
ByVal context As Object _
)C# public void SendTo(
int playerID,
GCHandle gcbuffer,
int bufferSize,
int timeOut,
SendFlags flags,
object context
);C++ public:
void SendTo(
int playerID,
GCHandle gcbuffer,
int bufferSize,
int timeOut,
SendFlags flags,
Object^ context
);JScript public function SendTo(
playerID : int,
gcbuffer : GCHandle,
bufferSize : int,
timeOut : int,
flags : SendFlags,
context : Object
);
playerID System.Int32
gcbuffer System.Runtime.InteropServices.GCHandle
bufferSize System.Int32
timeOut System.Int32
flags Microsoft.DirectX.DirectPlay.SendFlags
context System.Object
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center