Changeset 2081 for trunk/include/win/thread.h
- Timestamp:
- Dec 16, 1999, 1:09:32 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r1691 r2081 1 /* $Id: thread.h,v 1. 8 1999-11-10 16:36:30 phallerExp $ */1 /* $Id: thread.h,v 1.9 1999-12-16 00:09:32 sandervl Exp $ */ 2 2 3 3 /* … … 104 104 ULONG hmq; // Thread message queue 105 105 ULONG hab; // Thread Anchor block 106 ULONG hooks[WH_NB_HOOKS]; //list of hooks for this thread queue 107 ULONG threadId; // Thread ID 106 108 BOOL fMsgTranslated; // TranslateMessage called for this message? 107 109 ULONG newWindow; // Pointer to window object of window that was just created
Note:
See TracChangeset
for help on using the changeset viewer.