В первую очередь мы подключим нужные файлы и объявим функции, которые будем использовать в дальнейшем.
#include <windows.h>
#include <stdio.h>
BOOL InitInstance(HINSTANCE hInstance, int iCmdShow);
BOOL InitApplication(HINSTANCE hInstance);
LRESULT CALLBACK WndProc(HWND hwnd, UINT message...