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

Method updateModuleInTreeView

Scylla/ImportsHandling.cpp:445–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void ImportsHandling::updateModuleInTreeView(const ImportModuleThunk * importThunk, CTreeItem item)
446{
447 swprintf_s(stringBuffer, L"%s (%d) FThunk: " PRINTF_DWORD_PTR_HALF, importThunk->moduleName,importThunk->thunkList.size(), importThunk->firstThunk);
448
449 item.SetText(stringBuffer);
450 Icon icon = getAppropiateIcon(importThunk->isValid());
451 item.SetImage(icon, icon);
452}
453
454ImportsHandling::Icon ImportsHandling::getAppropiateIcon(const ImportThunk * importThunk)
455{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.80

Tested by

no test coverage detected