win32file.GetAcceptExSockaddrs
(iFamily, LocalSockAddr , RemoteSockAddr ) = GetAcceptExSockaddrs(sAccepting, buffer )
Parses the connection endpoints from the buffer passed into AcceptEx
Parameters
Comments
LocalSockAddr and RemoteSockAddr are ("xx.xx.xx.xx", port#) if iFamily == AF_INETotherwise LocalSockAddr and RemoteSockAddr are just binary strings
and they should be unpacked with the struct module.