Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
379 B

  1. /* Modal dialog box procedure */
  2. INT_PTR CALLBACK CreditsDlgProc(HWND hDlg, UINT message,
  3. WPARAM wParam, LPARAM lParam);
  4. /* Startup procedure for modal dialog box */
  5. INT_PTR CreditsDlgFunc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  6. BOOL CreditsDlgDefault(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);