Ignore:
Timestamp:
Jul 7, 2001, 4:29:41 PM (24 years ago)
Author:
achimha
Message:

implemented WSAEventSelect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ws2_32/socket.cpp

    r6200 r6201  
    1 /* $Id */
     1/* $Id: socket.cpp,v 1.9 2001-07-07 14:29:22 achimha Exp $ */
    22/*
    33 * based on Windows Sockets 1.1 specs
     
    8787   return ( socket (af, type, protocol) );
    8888}
    89 
    90 /***********************************************************************
    91  *              WSAEnumNetworkEvents
    92  */
    93 int WINAPI WSAEnumNetworkEvents(SOCKET s, WSAEVENT hEvent, LPWSANETWORKEVENTS lpEvent)
    94 {
    95     dprintf(("WSAEnumNetworkEvents %x %x %x NOT IMPLEMENTED", s, hEvent, lpEvent));
    96     SetLastError(WSAEINVAL);
    97     return SOCKET_ERROR;
    98 }
    99 
Note: See TracChangeset for help on using the changeset viewer.