Blamite Game Engine - Blam (Core)
firstboot.cpp File Reference
#include "components\core\dialogs\dialogs.h"
#include <Uxtheme.h>
#include <sstream>
#include "res\resource.h"
#include "components\core\config\config.h"

Functions

INT_PTR CALLBACK FirstbootDialog (HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
 Main dialog procedure for the Firstboot dialog. More...
 

Variables

HINSTANCE fb_instance_handle = NULL
 Local copy of application instance handle. More...
 

Function Documentation

◆ FirstbootDialog()

INT_PTR CALLBACK FirstbootDialog ( HWND  hwndDlg,
UINT  message,
WPARAM  wParam,
LPARAM  lParam 
)

Main dialog procedure for the Firstboot dialog.

Parameters
hDlg- Handle of the dialog box
message- The message recieved by the dialog
wParam- The WPARAM accompanying the message. Not always used.
lParam- The LPARAM accompanying the message. Not always used.
Returns
Whether or not the dialog is closed.

Variable Documentation

◆ fb_instance_handle

HINSTANCE fb_instance_handle = NULL

Local copy of application instance handle.