Ignore:
Timestamp:
Jul 26, 2002, 12:50:08 PM (23 years ago)
Author:
sandervl
Message:

added suspend count dword to TEB

File:
1 edited

Legend:

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

    r7618 r8925  
    124124              ULONG          threadId;       // Thread ID
    125125              ULONG          hThread;        // thread handle
     126              ULONG          dwSuspend;      // suspend count (Suspend/ResumeThread)
    126127              ULONG          exceptFrame;    // address of os/2 exception handler frame
    127128              ULONG          newWindow;      // Pointer to window object of window that was just created
Note: See TracChangeset for help on using the changeset viewer.