Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
void CleanListView()
162
{
163
ListView_DeleteAllItems(GetDlgItem(hMainDlg, IDC_LV));
164
while (ListView_DeleteColumn(GetDlgItem(hMainDlg, IDC_LV), 0));
165
}
166
167
void CleanView()
168
{
Callers
3
CleanView
Function · 0.85
DlgProc_Main
Function · 0.85
TreeView_SelChanged
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected