msgs12.hlp (Topic list)
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_PRESPARAMCHANGED (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINMESSAGEMGR
 
WM_PRESPARAMCHANGED
idParam = (ULONG) LONGFROMMP(mp1);   /* presentation-parameter ID */
 
The WM_PRESPARAMCHANGED message is sent when a presentation parameter has
changed.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
idParam    Low and high word of mp1. Identifies the presentation parameter
           that changed. For a list of presentation parameters, see the
           Presentation parameters topic.
 
See Also
 
WinQueryPresParam, WinSetPresParam