Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Oct : Looking for header translations

www.cryer.info
Managed Newsgroup Archive

Looking for header translations

Subject:Looking for header translations
Posted by:"Olivier Pons" (olivier.pons@f.r.e.e.fr.remove.unnecessary.dots.com)
Date:Tue, 25 Oct 2005 10:27:49 +0200

I still haven't found those declaration coming from winsock2 api
in the delphi-jedi project or anywhere else :

BOOL PASCAL ConnectEx(
  SOCKET s,
  const struct sockaddr* name,
  int namelen,
  PVOID lpSendBuffer,
  DWORD dwSendDataLength,
  LPDWORD lpdwBytesSent,
  LPOVERLAPPED lpOverlapped
);

BOOL AcceptEx(
  SOCKET sListenSocket,
  SOCKET sAcceptSocket,
  PVOID lpOutputBuffer,
  DWORD dwReceiveDataLength,
  DWORD dwLocalAddressLength,
  DWORD dwRemoteAddressLength,
  LPDWORD lpdwBytesReceived,
  LPOVERLAPPED lpOverlapped
);
BOOL DisconnectEx(
  SOCKET hSocket,
  LPOVERLAPPED lpOverlapped,
  DWORD dwFlags,
  DWORD reserved
);

Glossary

Replies:

www.cryer.info
Managed Newsgroup Archive