Client.Send Method |
Language: |
Visual Basic Public Sub Send( _
ByVal connectionHandle As Integer, _
ByVal data As NetworkPacket _
)C# public void Send(
int connectionHandle,
NetworkPacket data
);C++ public:
void Send(
int connectionHandle,
NetworkPacket^ data
);JScript public function Send(
connectionHandle : int,
data : NetworkPacket
);
connectionHandle System.Int32
data Microsoft.DirectX.DirectPlay.NetworkPacket
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