Ejemplo n.º 1
0
 public extern static bool WSAResetEvent(WsaEventHandle hande);
Ejemplo n.º 2
0
 public extern static int WSAEnumNetworkEvents(
     IntPtr socket,
     WsaEventHandle eventHandle,
     ref WSANETWORKEVENTS eventInfo);
Ejemplo n.º 3
0
 public extern static int WSAEventSelect(
     IntPtr socket,
     WsaEventHandle hande,
     uint eventMask);