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.
16 lines
630 B
16 lines
630 B
/* File: D:\WACKER\tdll\property.h (Created: 19-Jan-1994)
|
|
*
|
|
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 1.5 $
|
|
* $Date: 1994/03/02 14:35:44 $
|
|
*/
|
|
|
|
extern void DoInternalProperties(HSESSION hSession, HWND hwnd);
|
|
BOOL CALLBACK GeneralTabDlg(HWND hDlg, UINT wMsg, WPARAM wPar, LPARAM lPar);
|
|
BOOL CALLBACK TerminalTabDlg(HWND hDlg, UINT wMsg, WPARAM wPar, LPARAM lPar);
|
|
void propLoadEmulationCombo(const HWND hDlg, const HSESSION hSession);
|
|
int propGetEmuIdfromEmuCombo(HWND hDlg, HSESSION hSession);
|
|
void propUpdateTitle(HSESSION hSession, HWND hDlg, LPTSTR pachOldName);
|
|
|