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.

31 lines
1.2 KiB

  1. /* File: D:\WACKER\emu\emudlgs.h (Created: 14-Feb-1994)
  2. *
  3. * Copyright 1994, 1998 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 4 $
  7. * $Date: 12/28/01 4:27p $
  8. */
  9. // Function prototypes...
  10. BOOL emuSettingsDlg(const HSESSION hSession, const HWND hwndParent,
  11. const int nEmuId, PSTEMUSET pstEmuSettings);
  12. INT_PTR CALLBACK emuTTY_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
  13. INT_PTR CALLBACK emuANSI_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
  14. INT_PTR CALLBACK emuVT52_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
  15. INT_PTR CALLBACK emuVT100_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
  16. #if defined(INCL_VT220) || defined(INCL_VT320)
  17. INT_PTR CALLBACK emuVT220_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
  18. #endif
  19. INT_PTR CALLBACK emuMinitel_SettingsDlgProc(HWND hDlg, UINT wMsg, WPARAM wPar, LPARAM lPar);
  20. INT_PTR CALLBACK emuViewdata_SettingsDlgProc(HWND hDlg, UINT wMsg, WPARAM wPar, LPARAM lPar);
  21. #if defined(INCL_TERMINAL_SIZE_AND_COLORS)
  22. int emuColorSettingsDlg(const HSESSION hSession,
  23. const HWND hwndParent,
  24. PSTEMUSET pstEmuSettings);
  25. INT_PTR CALLBACK emuColorSettingsDlgProc(HWND hDlg,
  26. UINT wMsg,
  27. WPARAM wPar,
  28. LPARAM lPar);
  29. #endif