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_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
♦