#pragma once #include <windows.h> void CenterDialog(HWND hwndDlg); BOOL CALLBACK smtpDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);