#include <Windows.h> //Forward declarations bool InitMainWindow(HINSTANCE, int); LRESULT CALLBACK MsgProc(HWND, UINT, WPARAM, LPARAM); //Constants ; ; HWND hwnd = NULL; int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine…