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

Method OnListMemoryClick

Scylla/DumpMemoryGui.cpp:251–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 return 0;
250}
251LRESULT DumpMemoryGui::OnListMemoryClick(NMHDR* pnmh)
252{
253 int index = ListMemorySelect.GetSelectionMark();
254 if (index != -1)
255 {
256 selectedMemory = (Memory *)ListMemorySelect.GetItemData(index);
257 if (selectedMemory)
258 {
259 updateAddressAndSize(selectedMemory);
260 }
261
262 }
263 return 0;
264}
265void DumpMemoryGui::OnOK(UINT uNotifyCode, int nID, CWindow wndCtl)
266{
267 DoDataExchange(DDX_SAVE);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected