INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make a MDI create structure with `a_class_name' and
-- `a_title'.
-- Class name of the MDI child window
-- Title of the MDI child window
-- Owner of the MDI child window
-- x position of the MDI child window
-- y position of the MDI child window
-- Width of the MDI child window
-- Height of the MDI child window
-- Style of the MDI child window
-- Lparam of the MDI child window
-- Set `class_name' with `a_class_name'
-- Set `title' with `a_title'
-- Set `owner' with `an_owner'
-- Set `x' with `a_x'
-- Set `y' with `a_y'
-- Set `width' with `a_width'
-- Set `height' with `a_height'
-- Set `style' with `a_style'
-- Set `lparam' with `a_lparam'
-- Size to allocate (in bytes)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |