Techwiki:Win32k/BASEOBJECT

From ReactOS Wiki
Revision as of 14:12, 30 December 2007 by GreatLord (talk | contribs) (New page: For Windows XP and Windows 2003 struct _BASEOBJECT { HANDLE hHmgr; // Handle for this object ULONG ulShareCount; LONG cExclusiveLock; // lock with InterlockedIncrement or n...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

For Windows XP and Windows 2003

struct _BASEOBJECT
{
   HANDLE hHmgr; // Handle for this object
   ULONG ulShareCount;  
   LONG cExclusiveLock; // lock with InterlockedIncrement or not
   ULONG BaseFlags;     
   PW32THREAD Tid;   // contain which thread it belong to, PsGetCurrentThread()
};