MCPcopy Create free account
hub / github.com/SOUI2/soui / GetItemData

Method GetItemData

SOUI/src/control/SListbox.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92LPARAM SListBox::GetItemData(int nIndex) const
93{
94 if (nIndex < 0 || nIndex >= GetCount())
95 return 0;
96
97 return m_arrItems[nIndex]->lParam;
98}
99
100BOOL SListBox::SetItemData(int nIndex, LPARAM lParam)
101{

Callers

nothing calls this directly

Calls 1

GetCountFunction · 0.85

Tested by

no test coverage detected