The WM_GETMINMAXINFO message is sent to a window when the size or position of the window is about to change. An application can use this message to override the window’s default maximized size and position, or its default minimum or maximum tracking size.
WM_GETMINMAXINFO lpmmi = (LPMINMAXINFO) lParam; // address of structure
If an application processes this message, it should return zero.
The maximum tracking size is the largest window size that can be produced by using the borders to size the window. The minimum tracking size is the smallest window size that can be produced by using the borders to size the window.
MoveWindow, SetWindowPos, MINMAXINFO
file: /Techref/os/win/api/win32/mess/src/msg24_7.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/4 15:26,
18.119.213.216: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.org/techref/os/win/api/win32/mess/src/msg24_7.htm"> WM_GETMINMAXINFO</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.