Ignore:
Timestamp:
Mar 16, 2000, 8:16:38 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/thread.h

    r2326 r3124  
    1 /* $Id: thread.h,v 1.14 2000-01-05 19:35:38 sandervl Exp $ */
     1/* $Id: thread.h,v 1.15 2000-03-16 19:16:38 sandervl Exp $ */
    22
    33/*
     
    107107    ULONG          hooks[WH_NB_HOOKS]; //list of hooks for this thread queue
    108108    ULONG          threadId;       // Thread ID
     109    ULONG          hThread;        // thread handle
     110    ULONG          exceptFrame;    // address of os/2 exception handler frame
    109111    ULONG          newWindow;      // Pointer to window object of window that was just created
    110112    void*          pWsockData;     // Winsock data pointer (NULL if unused)
     
    118120    DWORD          pidDebuggee;    // process id of debuggee
    119121    DWORD          logfile;        // last FILE ptr used for logging (for exception handling in vfprintf)
    120     ULONG          hThread;
    121122    PROCESSTHREAD_SECURITYINFO threadinfo; //used to store security info for thread tokens
    122123#endif
Note: See TracChangeset for help on using the changeset viewer.