Changeset 8962 for trunk/src/user32/windowmsg.cpp
- Timestamp:
- Aug 5, 2002, 6:31:27 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r8960 r8962 1 /* $Id: windowmsg.cpp,v 1.3 8 2002-08-05 09:45:49sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.39 2002-08-05 16:31:27 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 839 839 //4 cases: 840 840 //1: Wait for all -> check for message arrival, call WaitForMultipleObjects 841 //2: Timeout = 0 ms -> c heck for message arrival, call WaitForMultipleObjects with timeout 0841 //2: Timeout = 0 ms -> call WaitForMultipleObjects with timeout 0, check for message arrival 842 842 //3: nCount = 0 -> check for message arrival 843 843 //4: rest -> check for either message arrival or signalled object
Note:
See TracChangeset
for help on using the changeset viewer.