Jump to content

MLM_QUERYTEXTCOLOR

From EDM2
Revision as of 02:45, 28 April 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:MLM_QUERYTEXTCOLOR}} This message queries the text color. ==Syntax== <pre> param1 LONG lTextColor; Text color flag.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;lTextColor (LONG) - input: Text color flag. ::This flag can be one of the following: :::MLE_INDEX: Indexed (solid) colors. ::::For version 3, or lower, of the OS/2 operating system the default is MLE_ ::::INDEX=0; MLE does not support dithered colo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message queries the text color.

Syntax

param1
LONG lTextColor; /* Text color flag. */

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

Parameters

lTextColor (LONG) - input
Text color flag.
This flag can be one of the following:
MLE_INDEX: Indexed (solid) colors.
For version 3, or lower, of the OS/2 operating system the default is MLE_
INDEX=0; MLE does not support dithered colors.
MLE_RGB: Dithered colors.
For versions higher than version 3 of the OS/2 operating system, colors
default to the RGB mode.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

lColor (LONG) - return
Text color.

Remarks

This message returns the color in which text is to be drawn. The color values are the same as those used by GpiSetColor.

Default Processing

The default window procedure takes no action on this message, other than to set lColor to 0.