Function Reference


_WinAPI_GetTextColor

Retrieves the current text color for the specified device context

#include <WinAPIGdiDC.au3>
_WinAPI_GetTextColor ( $hDC )

Parameters

$hDC Handle to the device context.

Return Value

Success: The value of the current text color, in RGB.
Failure: (-1).

See Also

Search GetTextColor in MSDN Library.