Jump to content

TBM QUERYHILITE

From EDM2

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.