A
akalun
Unregistered / Unconfirmed
GUEST, unregistred user!
The Windows Sockets send function sends data on a connected socket.
int send (
SOCKET s,
const char FAR * buf,
int len,
int flags
);
请问 const char FAR * buf buf应该是是缓冲区字符串指针,者么是静态的?
在delphi 中应该者么表达?
int send (
SOCKET s,
const char FAR * buf,
int len,
int flags
);
请问 const char FAR * buf buf应该是是缓冲区字符串指针,者么是静态的?
在delphi 中应该者么表达?