An application sends the WM_MDIGETACTIVE message to a multiple document interface (MDI) client window to retrieve the handle of the active MDI child window.
WM_MDIGETACTIVE wParam = 0; // not used; must be zero lParam = (LPBOOL) lpfMaximized; // optional pointer to maximized state flag
The return value is the handle of the active MDI child window.
Note carefully a change in how this message indicates maximization. In Windows version 3.x, the message return value includes a flag indicating whether the MDI child window is maximized. In the Win32 application programming interface (API), the return value does not include this flag. In Win32, the MDI child window’s maximized state is indicated by setting a BOOL variable via the optional parameter in lParam, lpfMaximized.
file: /Techref/os/win/api/win32/mess/src/msg25_15.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/7 10:48,
18.227.111.30: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/mess/src/msg25_15.htm"> WM_MDIGETACTIVE</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.