MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ~ScopedTextAlign

Method ~ScopedTextAlign

Win32Lib/Win32Lib.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90ScopedTextAlign::~ScopedTextAlign()
91{
92 ::SetTextAlign(m_hdc, m_align);
93}
94
95std::wstring MultiByteToWideChar(const char* str, int len)
96{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected