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

Method OnRightClickList

WinArk/EtwView.cpp:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158bool CEtwView::OnRightClickList(HWND, int index, int col, POINT& pt) {
159 if (index >= 0) {
160 CMenu menu;
161 menu.LoadMenu(IDR_ETW_CONTEXT);
162 GetFrame()->TrackPopupMenu(menu.GetSubMenu(0), *this, &pt);
163 return true;
164 }
165 return false;
166}
167
168bool CEtwView::OnDoubleClickList(HWND, int row, int col, POINT& pt) {
169 SendMessage(WM_COMMAND, ID_EVENT_PROPERTIES);

Callers

nothing calls this directly

Calls 1

TrackPopupMenuMethod · 0.45

Tested by

no test coverage detected