Function Blam::Dialogs::ErrorDialogProcedure¶
Defined in File dialogs.h
Function Documentation¶
-
void
Blam::Dialogs::ErrorDialogProcedure(HINSTANCE hInst, HWND hWnd, LPSTR error_text)¶ Dialog procedure for the Error dialog.
This dialog shows error information, along with machine information. I may have borrowed some layouts from Halo CE - don’t tell Microsoft or Bungie xd
- Parameters
hInst: - The instance handle of the application.hWnd: - The window handle to act as the parent window.error_text: - The text to show in the Error dialog.