Changeset 10435 for trunk/include/win/thread.h
- Timestamp:
- Jan 30, 2004, 11:22:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r10318 r10435 150 150 BOOL fIgnoreMsgs; // set to true if waiting in WaitForSingleObject 151 151 BOOL fWaitMessage; // set if blocked in WaitMessage 152 BOOL fWaitMessageSuspend; 152 BOOL fWaitMessageSuspend; 153 153 154 154 CONTEXT context; // thread context … … 164 164 void * pWM_COPYDATA; 165 165 //@} 166 167 /** Thread Id of the thread is attached to this threads input queue. 168 * If 0 then no thread is attached. See AttachThreadInput() for details. */ 169 unsigned tidAttachedInputThread; 166 170 167 171 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.