Difference between revisions of "Techwiki:Win32k/MDI"
DangerGround (talk | contribs) m (Techwiki/win32k/MDI moved to Techwiki:Win32k/MDI) |
(→References) |
||
Line 20: | Line 20: | ||
===References=== | ===References=== | ||
− | * Windows Symbol files, userkdx.dll, ! | + | * Windows Symbol files, userkdx.dll, !dso |
Latest revision as of 01:25, 29 October 2011
typedef struct _MDI { ULONG cKids; // 000 HWND hwndMaxedChild; // 004 HWND hwndActiveChild; // 008 HMENU hmenuWindow; // 00c ULONG idFirstChild; // 010 WORD wScroll; // 014 PVOID pTitle; // 018 INT iChildTileLevel; // 01c } MDI, *PMDI; // Window Extra data container. typedef struct _MDIWND { WND wnd; // 000 DWORD dwReserved; // 098 PMDI pmdi; // 09c } MDIWND, *PMDIWND;
References
- Windows Symbol files, userkdx.dll, !dso