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

Method SubItemToColumn

DebugView++/LogView.cpp:230–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230Column::type CLogView::SubItemToColumn(int iSubItem) const
231{
232 LVCOLUMN column;
233 column.mask = LVCF_SUBITEM;
234 GetColumn(iSubItem, &column);
235 return static_cast<Column::type>(column.iSubItem);
236}
237
238void CLogView::UpdateColumnInfo()
239{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected