|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
MINMAXINFO
The
MINMAXINFO structure contains information about a window's maximized size and position
and its minimum and maximum tracking size.
typedef struct tagMINMAXINFO { // mmi
POINT ptReserved;
POINT ptMaxSize;
POINT ptMaxPosition;
POINT ptMinTrackSize;
POINT ptMaxTrackSize;
} MINMAXINFO;
Members
ptReserved
Reserved; do not use.
ptMaxSize
Specifies the maximized width (
point.x) and the maximized height (
point.y) of the window.
ptMaxPosition
Specifies the position of the left side of the maximized window (
point.x) and the position of the top of the maximized window (
point.y).
ptMinTrackSize
Specifies the minimum tracking width (
point.x) and the minimum tracking height (
point.y) of the window.
ptMaxTrackSize
Specifies the maximum tracking width (
point.x) and the maximum tracking height (
point.y) of the window.
See Also
POINT,
WM_GETMINMAXINFO
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database