windows_programming_notes.nbk: Home | Index | Next Page: WM_GETTEXT | Previous Page: WM_GETICON


 WM_GETMINMAXINFO

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.

A window receives this message through its WindowProc function.

Parameters

Return Value

If an application processes this message, it should return zero.

Remarks

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.

Notification Requirements


windows_programming_notes.nbk: Home | Index | Next Page: WM_GETTEXT | Previous Page: WM_GETICON


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time