Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SystemExplorer/Interfaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ struct IMainFrame {
virtual BOOL TrackPopupMenu(HMENU hMenu, HWND hWnd, POINT* pt = nullptr, UINT flags = 0) = 0;
virtual HIMAGELIST GetImageList() = 0;
virtual int GetIconIndexByType(PCWSTR type) const = 0;
virtual void ShowAllHandles(PCWSTR typename) = 0;
virtual void ShowAllObjects(PCWSTR typename) = 0;
virtual void ShowAllHandles(PCWSTR type) = 0;
virtual void ShowAllObjects(PCWSTR type) = 0;
virtual CUpdateUIBase* GetUpdateUI() = 0;
virtual CFont& GetMonoFont() = 0;
virtual LRESULT SendFrameMessage(UINT msg, WPARAM wParam, LPARAM lParam) = 0;
Expand Down