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

Method updateCheckState

Scylla/DumpSectionGui.cpp:381–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void DumpSectionGui::updateCheckState()
382{
383 PeSection * pesection;
384
385 for (size_t i = 0; i < sectionList.size(); i++)
386 {
387 pesection = (PeSection *)ListSectionSelect.GetItemData((int)i);
388 pesection->isDumped = ListSectionSelect.GetCheckState((int)i) == TRUE;
389 }
390}
391
392void DumpSectionGui::selectOrDeselectAll()
393{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected