windows-nt/Source/XPSP1/NT/shell/osshell/accessib/osk/inc/credits.h

14 lines
366 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* Modal dialog box procedure */
INT_PTR CALLBACK CreditsDlgProc(HWND hDlg, UINT message,
WPARAM wParam, LPARAM lParam);
/* Startup procedure for modal dialog box */
INT_PTR CreditsDlgFunc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CreditsDlgDefault(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);