Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
int 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
OnSubItemPrePaint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected