MCPcopy Create free account
hub / github.com/NtQuery/Scylla / addColumnsToModuleList

Method addColumnsToModuleList

Scylla/PickDllGui.cpp:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void PickDllGui::addColumnsToModuleList(CListViewCtrl& list)
76{
77 list.SetExtendedListViewStyle(LVS_EX_FULLROWSELECT, LVS_EX_FULLROWSELECT);
78
79 list.InsertColumn(COL_NAME, L"Name", LVCFMT_LEFT);
80 list.InsertColumn(COL_IMAGEBASE, L"ImageBase", LVCFMT_CENTER);
81 list.InsertColumn(COL_IMAGESIZE, L"ImageSize", LVCFMT_CENTER);
82 list.InsertColumn(COL_PATH, L"Path", LVCFMT_LEFT);
83}
84
85void PickDllGui::displayModuleList(CListViewCtrl& list)
86{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected