Changeset 3124 for trunk/include/win/thread.h
- Timestamp:
- Mar 16, 2000, 8:16:38 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r2326 r3124 1 /* $Id: thread.h,v 1.1 4 2000-01-05 19:35:38 sandervl Exp $ */1 /* $Id: thread.h,v 1.15 2000-03-16 19:16:38 sandervl Exp $ */ 2 2 3 3 /* … … 107 107 ULONG hooks[WH_NB_HOOKS]; //list of hooks for this thread queue 108 108 ULONG threadId; // Thread ID 109 ULONG hThread; // thread handle 110 ULONG exceptFrame; // address of os/2 exception handler frame 109 111 ULONG newWindow; // Pointer to window object of window that was just created 110 112 void* pWsockData; // Winsock data pointer (NULL if unused) … … 118 120 DWORD pidDebuggee; // process id of debuggee 119 121 DWORD logfile; // last FILE ptr used for logging (for exception handling in vfprintf) 120 ULONG hThread;121 122 PROCESSTHREAD_SECURITYINFO threadinfo; //used to store security info for thread tokens 122 123 #endif
Note:
See TracChangeset
for help on using the changeset viewer.