CMDIFrame::MDINext
voidCMDIFrame::MDINext(HWNDhWndChild, boolbPrevious = false)
Activate the next MDI window
Defined in: MdiWnd.h
Parameters
hWndChild
Handle to the window to activate
bPrevious = false
Flag to indicate the next or previous window
Comments
If the bPrevious parameter is zero, the system activates the next MDI child window
and places the child window identified by the hwndChild parameter behind all
other child windows. If this parameter is nonzero, the system activates the
previous child window, placing it in front of the child window identified
by hwndChild.