Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
firstboot.cpp File Reference
#include "dialogs.h"
#include <Uxtheme.h>
#include <sstream>
#include "res/resource.h"
#include "components/settings/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.