Home
last modified time | relevance | path

Searched refs:AboutDlgProc (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Daboutdlg.c11 AboutDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in AboutDlgProc() function
H A Dprecomp.h127 INT_PTR CALLBACK AboutDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
H A Dmainwnd.c462 DialogBoxW( hInstance, MAKEINTRESOURCEW(IDD_ABOUT), Info->hMainWnd, AboutDlgProc ); in MenuCommand()
/reactos/base/applications/calc/
H A Dcalc.h276 INT_PTR CALLBACK AboutDlgProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp);
/reactos/dll/win32/shell32/wine/
H A Dshell32_main.c1055 static INT_PTR CALLBACK AboutDlgProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ) in AboutDlgProc() function
1338 DlgTemplate, hWnd, AboutDlgProc, (LPARAM)&info ); in ShellAboutW()