Share via


Gdi::GetTextColor_I (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

static WINGDIAPI COLORREF WINAPI GetTextColor_I(
  HDC hdc
);

Parameters

  • hdc
    [in] Handle to the device context.

Return Value

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

Header gdi.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Gdi
Gdi::ExtTextOutW_I
Gdi::SetTextColor_I
COLORREF

Other Resources

GetTextColor