Jump to content

TBM SETHILITE

From EDM2
Revision as of 23:21, 20 April 2025 by Martini (talk | contribs) (Created page with "This message is used to highlight or unhighlight a title-bar control. ==Syntax== <PRE> param1 USHORT usHighlighted; Highlighting indicator.: param2 ULONG ulReserved; Reserved value, should be 0.: </PRE> ==Parameters== ;usHighlighted (USHORT) - Input : Highlighting indicator. ::TRUE: Highlight the title-bar control. ::FALSE: Remove highlight from the title-bar control. ;ulReserved (ULONG) - Input : Reserved value, should be 0. ==Returns== ;rc (BO...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message is used to highlight or unhighlight a title-bar control.

Syntax

param1
USHORT usHighlighted; /* Highlighting indicator. */

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

Parameters

usHighlighted (USHORT) - Input
Highlighting indicator.
TRUE: Highlight the title-bar control.
FALSE: Remove highlight from the title-bar control.
ulReserved (ULONG) - Input
Reserved value, should be 0.

Returns

rc (BOOL) - returns
Success indicator.
TRUE: Successful completion.
FALSE: Error occurred.

Remarks

The title bar control window procedure responds to this message by setting the highlighting state according to usHighlighted. If the title bar highlighting state is changed by this message, the title bar will repaint.

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.