The MDICREATESTRUCT structure contains information about the class, title, owner, location, and size of a multiple document interface (MDI) child window.
typedef struct tagMDICREATESTRUCT { // mdic LPCTSTR szClass; LPCTSTR szTitle; HANDLE hOwner; int x; int y; int cx; int cy; DWORD style; LPARAM lParam; } MDICREATESTRUCT;
Value |
Meaning |
WS_MINIMIZE |
Creates an MDI child window that is initially minimized. |
WS_MAXIMIZE |
Creates an MDI child window that is initially maximized. |
WS_HSCROLL |
Creates an MDI child window that has a horizontal scroll bar. |
WS_VSCROLL |
Creates an MDI child window that has a vertical scroll bar. |
When the MDI child window is created, Windows sends the WM_CREATE message to the window. The lParam parameter of WM_CREATE contains a pointer to a CREATESTRUCT structure. The lpCreateParams member of this structure contains a pointer to the MDICREATESTRUCT structure passed with the WM_MDICREATE message that created the MDI child window.
CLIENTCREATESTRUCT, CREATESTRUCT, WM_CREATE
file: /Techref/os/win/api/win32/struc/src/str10_22.htm, 4KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 10:59,
18.191.30.119:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/os/win/api/win32/struc/src/str10_22.htm"> MDICREATESTRUCT</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.