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