Source code of Windows XP (NT5)
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.

11 lines
625 B

  1. #ifndef __propshts_h
  2. #define __propshts_h
  3. INT_PTR CALLBACK SummaryPropDlgProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam);
  4. INT_PTR CALLBACK SchedulePropDlgProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam);
  5. INT_PTR CALLBACK DownloadPropDlgProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam);
  6. INT_PTR CALLBACK AdvancedDownloadDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  7. INT_PTR CALLBACK LoginOptionDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  8. INT_PTR CALLBACK NewScheduleDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  9. #endif //__propshts_h