Skip to content

Instantly share code, notes, and snippets.

@Varriount
Created January 26, 2014 06:53
Show Gist options
  • Save Varriount/8629473 to your computer and use it in GitHub Desktop.
Save Varriount/8629473 to your computer and use it in GitHub Desktop.
typedef
BOOL
(PASCAL FAR * LPFN_CONNECTEX) (
__in SOCKET s,
__in_bcount(namelen) const struct sockaddr FAR *name,
__in int namelen,
__in_opt PVOID lpSendBuffer,
__in DWORD dwSendDataLength,
__out LPDWORD lpdwBytesSent,
__inout LPOVERLAPPED lpOverlapped
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment