MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetRealColumn

Method GetRealColumn

WinArk/ColumnManager.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115int ColumnManager::GetRealColumn(int index) const {
116 HDITEM hdi;
117 hdi.mask = HDI_LPARAM;
118 m_ListView.GetHeader().GetItem(index, &hdi);
119 return static_cast<int>(hdi.lParam);
120}

Callers 1

OnSubItemPrePaintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected