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.

16 lines
642 B

  1. /* File: D:\WACKER\tdll\property.h (Created: 19-Jan-1994)
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 2 $
  7. * $Date: 2/05/99 3:21p $
  8. */
  9. extern void DoInternalProperties(HSESSION hSession, HWND hwnd);
  10. INT_PTR CALLBACK GeneralTabDlg(HWND hDlg, UINT wMsg, WPARAM wPar, LPARAM lPar);
  11. INT_PTR CALLBACK TerminalTabDlg(HWND hDlg, UINT wMsg, WPARAM wPar, LPARAM lPar);
  12. void propLoadEmulationCombo(const HWND hDlg, const HSESSION hSession);
  13. int propGetEmuIdfromEmuCombo(HWND hDlg, HSESSION hSession);
  14. void propUpdateTitle(HSESSION hSession, HWND hDlg, LPTSTR pachOldName);