Jump to content

TBM QUERYHILITE

From EDM2
Revision as of 23:20, 20 April 2025 by Martini (talk | contribs) (Created page with "This message returns the highlighting state of a title-bar control. ==Syntax== <PRE> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </PRE> ==Parameters== ;ulReserved (ULONG) - Input : Reserved value, should be 0. ;ulReserved (ULONG) - Input : Reserved value, should be 0. ==Returns== ;rc (BOOL) - returns : Highlighting state. ::TRUE: Title-bar control is highlighted. ::FALSE: Title...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message returns the highlighting state of a title-bar control.

Syntax

param1
ULONG ulReserved;   /* Reserved value, should be 0. */

param2
ULONG ulReserved;   /* Reserved value, should be 0. */

Parameters

ulReserved (ULONG) - Input
Reserved value, should be 0.
ulReserved (ULONG) - Input
Reserved value, should be 0.

Returns

rc (BOOL) - returns
Highlighting state.
TRUE: Title-bar control is highlighted.
FALSE: Title-bar control is not highlighted.

Remarks

The title bar control window procedure responds to this message by returning the highlighting state of the title-bar window.

Default Processing

The default window procedure does not expect to receive this message and therefore takes no action on it other than to set rc to the default value of FALSE.