MCPcopy Create free account
hub / github.com/csersoft/HWFW_GUI / CleanListView

Function CleanListView

HWFW_GUI/HWFW_GUI.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void CleanListView()
162{
163 ListView_DeleteAllItems(GetDlgItem(hMainDlg, IDC_LV));
164 while (ListView_DeleteColumn(GetDlgItem(hMainDlg, IDC_LV), 0));
165}
166
167void CleanView()
168{

Callers 3

CleanViewFunction · 0.85
DlgProc_MainFunction · 0.85
TreeView_SelChangedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected