WSABUF = packed record
len: ULONG; { the length of the buffer }
buf: PChar; { the pointer to the buffer }
end { WSABUF };
PWSABUF = ^WSABUF;
LPWSABUF = PWSABUF;
WSABUFArray = array of WSABUF;
PInteger = ^Integer;
PUShort = ^USHORT;
哪位前辈给帮忙解释下上面代码的意思,在此感谢!