MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetCurView

Method GetCurView

WinArk/KernelView.cpp:247–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247IView* CKernelView::GetCurView() {
248 int index = 0;
249
250 index = m_TabCtrl.GetCurSel();
251 switch (static_cast<TabColumn>(index)) {
252 case TabColumn::PiDDBCacheTable:
253 return m_PiDDBCacheTable;
254 case TabColumn::UnloadedDriverTable:
255 break;
256 case TabColumn::KernelPoolTable:
257 return m_KernelPoolView;
258 case TabColumn::BigPoolTable:
259 return m_BigPoolView;
260 }
261
262 return nullptr;
263}

Callers 1

OnEditFindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected