msgs12.hlp (Topic list)
WM_QUERYWINDOWPARAMS (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINMESSAGEMGR
 
WM_QUERYWINDOWPARAMS
pwprm = (PWNDPARAMS) PVOIDFROMMP(mp1);    /* pointer to WNDPARAMS */
 
The WM_QUERYWINDOWPARAMS message is sent to get various window parameters.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
pwprm      Low and high word of mp1. Points to a WNDPARAMS structure that
           defines the data to be returned. The window text, window-text
           length, control data, and control-data length are selectively
           returned according to the status flags set in WNDPARAMS.
 
Return Value
 
An application should return TRUE if the operation is successful. Otherwise,
it should return FALSE.
 
See Also
 
WM_QUERYFRAMEINFO, WM_SETWINDOWPARAMS, WNDPARAMS