[WINSRV] Implement sending the hard error balloon package to explorer

[EXPLORER] Implement showing the hard error balloon
This commit is contained in:
Giannis Adamopoulos
2018-02-22 19:15:45 +02:00
parent 40bd09a2ce
commit ec91188fff
4 changed files with 209 additions and 4 deletions

View File

@@ -1207,6 +1207,7 @@ void CNotifyToolbar::Initialize(HWND hWndParent, CBalloonQueue * queue)
const WCHAR szSysPagerWndClass[] = L"SysPager";
CSysPagerWnd::CSysPagerWnd() {}
CSysPagerWnd::~CSysPagerWnd() {}
LRESULT CSysPagerWnd::OnEraseBackground(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)