[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

@ -204,6 +204,17 @@ BOOL WINAPI PaintMenuBar(HWND hWnd, HDC hDC, ULONG left, ULONG right, ULONG top,
#define DrawCaptionTemp DrawCaptionTempA
#endif
//
// Hard error balloon package
//
typedef struct _BALLOON_HARD_ERROR_DATA
{
DWORD cbHeaderSize;
DWORD Status;
DWORD dwType; /* any combination of the MB_ message box types */
ULONG_PTR TitleOffset;
ULONG_PTR MessageOffset;
} BALLOON_HARD_ERROR_DATA, *PBALLOON_HARD_ERROR_DATA;
//
// User api hook