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, _
ByRef asyncHandle As Integer, _
ByVal flags As SendFlags _
)C# public void SendTo(
int playerID,
GCHandle gcbuffer,
int bufferSize,
int timeOut,
out int asyncHandle,
SendFlags flags
);C++ public:
void SendTo(
int playerID,
GCHandle gcbuffer,
int bufferSize,
int timeOut,
[Out] int% asyncHandle,
SendFlags flags
);JScript public function SendTo(
playerID : int,
gcbuffer : GCHandle,
bufferSize : int,
timeOut : int,
asyncHandle : int,
flags : SendFlags
);
playerID System.Int32
gcbuffer System.Runtime.InteropServices.GCHandle
bufferSize System.Int32
timeOut System.Int32
asyncHandle System.Int32
flags Microsoft.DirectX.DirectPlay.SendFlags
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