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

Method GetItemWText

DebugView++/LogView.cpp:1491–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1489}
1490
1491std::wstring CLogView::GetItemWText(int item, int subItem) const
1492{
1493 CComBSTR bstr;
1494 GetItemText(item, subItem, bstr.m_str);
1495 return std::wstring(bstr.m_str, bstr.m_str + bstr.Length());
1496}
1497
1498std::string CLogView::GetItemText(int item) const
1499{

Callers

nothing calls this directly

Calls 1

GetItemTextFunction · 0.85

Tested by

no test coverage detected