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

Method updateAddressAndSize

Scylla/DumpMemoryGui.cpp:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void DumpMemoryGui::updateAddressAndSize( Memory * selectedMemory )
291{
292 EditMemoryAddress.SetValue(selectedMemory->address);
293 EditMemorySize.SetValue(selectedMemory->size);
294}
295
296int DumpMemoryGui::listviewCompareFunc(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort)
297{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected