CMDIFrameWnd::MDIGetActive

Syntax

CMDIChildWnd* MDIGetActive( BOOL* pbMaximized = NULL ) const;

Parameters

pbMaximized

Set to TRUE on return if the window is maximized; otherwise FALSE.

Remarks

Retrieves the current active MDI child window, along with a flag indicating whether the child window is maximized.

Return Value

A pointer to the active MDI child window.

See Also

CMDIFrameWnd::MDIActivate, WM_MDIGETACTIVE