很简单的问题(10分)

  • 主题发起人 主题发起人 fisker
  • 开始时间 开始时间
F

fisker

Unregistered / Unconfirmed
GUEST, unregistred user!
请问send() recv() wsasend() wsarecv()的区别,是不是程序通信都靠他们
 
我也想知道
 
查看Help,Send()有好多种。。
Returns an IDataBlock interface that can be used to read information received from the application server.

Delphi syntax:

function Receive(WaitForInput: Boolean; Context: Integer): IDataBlock;
Receive creates a COM object that implements the IDataBlock interface and reads information from the application server into its Memory property.
 
后退
顶部