INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'DefFrameProc' function provides default processing for any window
-- messages that the window procedure of a multiple document interface
-- (MDI) frame window does not process. All window messages that are not
-- explicitly processed by the window procedure must be passed to the
-- 'DefFrameProc' function, not the 'DefWindowProc' function.
-- The 'DefMDIChildProc' function provides default processing for
-- any window message that the window procedure of a multiple document
-- interface (MDI) child window does not process. A window message
-- not processed by the window procedure must be passed to the
-- 'DefMDIChildProc' function, not to the 'DefWindowProc' function.
-- The `TranslateMDISysAccel' function processes accelerator
-- keystrokes for System menu commands of the multiple document
-- interface (MDI) child windows associated with the specified
-- MDI client window. The function translates WM_KEYUP and WM_KEYDOWN
-- messages to WM_SYSCOMMAND messages and sends them to the
-- appropriate MDI child windows.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |