MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ScopedTextColor

Method ScopedTextColor

Win32Lib/Win32Lib.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59ScopedTextColor::ScopedTextColor(HDC hdc, COLORREF color) :
60 m_hdc(hdc), m_color(::SetTextColor(hdc, color))
61{
62 if (m_color == CLR_INVALID)
63 ThrowLastError("SetTextColor");
64}
65
66ScopedTextColor::~ScopedTextColor()
67{

Callers

nothing calls this directly

Calls 1

ThrowLastErrorFunction · 0.85

Tested by

no test coverage detected