ReactOS 0.4.15-dev-8092-ge0ba2f3
MDICLIENTINFO Struct Reference
Collaboration diagram for MDICLIENTINFO:

Public Attributes

LONG reserved
 
UINT nActiveChildren
 
HWND hwndChildMaximized
 
HWND hwndActiveChild
 
HWNDchild
 
HMENU hFrameMenu
 
HMENU hWindowMenu
 
UINT idFirstChild
 
LPWSTR frameTitle
 
UINT nTotalCreated
 
UINT mdiFlags
 
UINT sbRecalc
 
HBITMAP hBmpClose
 

Detailed Description

Definition at line 99 of file mdi.c.

Member Data Documentation

◆ child

HWND* MDICLIENTINFO::child

◆ frameTitle

LPWSTR MDICLIENTINFO::frameTitle

Definition at line 121 of file mdi.c.

Referenced by MDI_UpdateFrameText(), and MDIClientWndProc_common().

◆ hBmpClose

HBITMAP MDICLIENTINFO::hBmpClose

Definition at line 125 of file mdi.c.

Referenced by DefMDIChildProcW(), MDIClientWndProc_common(), MDIDestroyChild(), and MDISetMenu().

◆ hFrameMenu

HMENU MDICLIENTINFO::hFrameMenu

Definition at line 118 of file mdi.c.

Referenced by MDI_RefreshMenu(), MDIClientWndProc_common(), and MDISetMenu().

◆ hWindowMenu

HMENU MDICLIENTINFO::hWindowMenu

Definition at line 119 of file mdi.c.

Referenced by MDI_RefreshMenu(), MDIClientWndProc_common(), and MDISetMenu().

◆ hwndActiveChild

◆ hwndChildMaximized

◆ idFirstChild

UINT MDICLIENTINFO::idFirstChild

◆ mdiFlags

UINT MDICLIENTINFO::mdiFlags

Definition at line 123 of file mdi.c.

Referenced by MDI_PostUpdate(), and MDIClientWndProc_common().

◆ nActiveChildren

◆ nTotalCreated

UINT MDICLIENTINFO::nTotalCreated

Definition at line 122 of file mdi.c.

Referenced by MDI_CalcDefaultChildPos(), and MDIClientWndProc_common().

◆ reserved

LONG MDICLIENTINFO::reserved

Definition at line 113 of file mdi.c.

◆ sbRecalc

UINT MDICLIENTINFO::sbRecalc

Definition at line 124 of file mdi.c.

Referenced by MDI_PostUpdate(), and MDIClientWndProc_common().


The documentation for this struct was generated from the following file: