Techwiki:Win32k/SHAREDINFO

From ReactOS Wiki
Revision as of 16:52, 25 June 2009 by ThePhysicist (talk | contribs)
Jump to: navigation, search
typedef struct _WNDMSG
{
  DWORD maxMsgs;
  DWORD abMsgs;
} WNDMSG, *PWNDMSG;
//
//
typedef struct _SHAREDINFO
{                                 // W2k XP
  PSERVERINFO  psi;               // 000
  PHANDLEENTRY aheList;           // 004
  PDISPLAYINFO pDisplayInfo;      // 008
  ULONG_PTR    ulSharedDelta;     // 00c
  WNDMSG       awmControl[31];    // 010 010 W2k size is 27
  WNDMSG       DefWindowMsgs;     // 0e8 108
  WNDMSG       DefWindowSpecMsgs; // 0f0 110
} SHAREDINFO, *PSHAREDINFO;