mirror of https://github.com/lianthony/NT4.0
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.
21 lines
893 B
21 lines
893 B
/* File: D:\WACKER\emu\emudlgs.h (Created: 14-Feb-1994)
|
|
*
|
|
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 1.8 $
|
|
* $Date: 1995/03/08 10:36:13 $
|
|
*/
|
|
|
|
// Function prototypes...
|
|
|
|
BOOL emuSettingsDlg(const HSESSION hSession, const HWND hwndParent,
|
|
const int nEmuId, PSTEMUSET pstEmuSettings);
|
|
LRESULT CALLBACK emuTTY_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
|
|
LRESULT CALLBACK emuANSI_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
|
|
LRESULT CALLBACK emuVT52_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
|
|
LRESULT CALLBACK emuVT100_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
|
|
LRESULT CALLBACK emuVT100J_SettingsDlgProc (HWND, UINT, WPARAM, LPARAM);
|
|
LRESULT CALLBACK emuMinitel_SettingsDlgProc(HWND hDlg, UINT wMsg, WPARAM wPar, LPARAM lPar);
|
|
LRESULT CALLBACK emuViewdata_SettingsDlgProc(HWND hDlg, UINT wMsg, WPARAM wPar, LPARAM lPar);
|
|
|