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