Where is WSAEnumNetworkEvents???

elbertlev at hotmail.com elbertlev at hotmail.com
Wed Feb 2 15:41:34 EST 2005


I was trying to write an asyncronous TCP server for win32 using
WSAEventSelect (which lives if win32file). Such events require
WaitForMultipleObjects (which lives if win32event) and
WSAEnumNetworkEvents WHICH IS NOT EXPOSED. This makes WSAEventSelect
useless. Does somebody know how to add the WSAEnumNetworkEvents and
WSANetwotkEvents structure win32file?
 
Maybe I'm missing something?




More information about the Python-list mailing list