Client.Send Method |
Language: |
Visual Basic Public Sub Send( _
ByVal gcbuffer As GCHandle, _
ByVal bufferSize As Integer, _
ByVal timeOut As Integer, _
ByRef asyncHandle As Integer, _
ByVal flags As SendFlags, _
ByVal context As Object _
)C# public void Send(
GCHandle gcbuffer,
int bufferSize,
int timeOut,
out int asyncHandle,
SendFlags flags,
object context
);C++ public:
void Send(
GCHandle gcbuffer,
int bufferSize,
int timeOut,
[Out] int% asyncHandle,
SendFlags flags,
Object^ context
);JScript public function Send(
gcbuffer : GCHandle,
bufferSize : int,
timeOut : int,
asyncHandle : int,
flags : SendFlags,
context : Object
);
gcbuffer System.Runtime.InteropServices.GCHandle
bufferSize System.Int32
timeOut System.Int32
asyncHandle 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