Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the current active MDI child window, along with a flag indicating whether the child window is maximized.
CMDIChildWnd* MDIGetActive(
BOOL* pbMaximized = NULL
) const;
Parameters
- pbMaximized
A pointer to a BOOL return value. Set to TRUE on return if the window is maximized; otherwise FALSE.
Return Value
A pointer to the active MDI child window.
Example
See the example for CMDIChildWnd::MDIMaximize.
Requirements
Header: afxwin.h