Ignore:
Timestamp:
Jul 7, 2001, 12:44:11 PM (24 years ago)
Author:
achimha
Message:

implemented WSAEventSelect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/asyncthread.h

    r3557 r6196  
    1 /* $Id: asyncthread.h,v 1.5 2000-05-18 22:54:21 sandervl Exp $ */
     1/* $Id: asyncthread.h,v 1.6 2001-07-07 10:44:09 achimha Exp $ */
    22
    33/*
     
    4040        ASYNCTHREADPROC asyncProc;
    4141        VMutex         *parmmutex;
    42         HWND            hwnd;
    43         DWORD           msg;
     42        int             notifyHandle;
     43        int             notifyData;
    4444        LPSTR           buf;
    4545        DWORD           buflen;
     
    7272                        DWORD       lEventsPending;
    7373                        SOCKET      s;
     74                        int         mode;
    7475                } asyncselect;
    7576        } u;
     
    8283void  EnableAsyncEvent(SOCKET s, ULONG flags);
    8384BOOL  QueryAsyncEvent(SOCKET s, HWND *pHwnd, int *pMsg, ULONG *plEvent);
    84 BOOL  FindAndSetAsyncEvent(SOCKET s, HWND hwnd, int msg, ULONG lEvent);
     85BOOL FindAndSetAsyncEvent(SOCKET s, int mode, int notifyHandle, int notifyData, ULONG lEventMask);
    8586
    8687#endif  //__ASYNCTHREAD_H__
Note: See TracChangeset for help on using the changeset viewer.