Created
January 26, 2014 06:53
-
-
Save Varriount/8629473 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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