Share via


Gdi::GetTextColor_I

This method retrieves the current text color for the specified device context.

static WINGDIAPI COLORREF WINAPI GetTextColor_I(
  HDC hdc
);

Parameters

  • hdc
    [in] Handle to the device context.

Return Values

The current text color as a COLORREF value indicates success. CLR_INVALID indicates failure.

Remarks

This method is an internal version of the GetTextColor function.

The text color defines the foreground color of characters drawn by using the Gdi::ExtTextOutW_I method.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Gdi.hpp.

See Also

GetTextColor | Gdi::ExtTextOutW_I | Gdi::SetTextColor_I | COLORREF

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.