Gdi::GetTextColor_I (Windows CE 5.0)
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
Gdi | GetTextColor | Gdi::ExtTextOutW_I | Gdi::SetTextColor_I | COLORREF
Send Feedback on this topic to the authors