Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
WM_MINMAXFRAME (1.2)
◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
#define INCL_WINFRAMEMGR
WM_MINMAXFRAME
pswp = PVOIDFROMMP(mp1); /* pointer to SWP structure */
The WM_MINMAXFRAME message is sent to a frame window when it is about to be
minimized, maximized, or restored.
Parameter Description
────────────────────────────────────────────────────────────────────────────
pswp Low and high word of mp1. Points to an SWP structure. The fs
field specifies the type of action that is to take place
(minimize, maximize, or restore).
Return Value
An application should return TRUE if no further processing should occur.
Otherwise, it should return FALSE.
See Also
SWP
♦