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.

45 lines
1.5 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1998-2000 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: ComPortUI.h
  6. * Content: Serial service provider comport UI functions
  7. *
  8. *
  9. * History:
  10. * Date By Reason
  11. * ==== == ======
  12. * 03/25/99 jtk Created
  13. ***************************************************************************/
  14. #ifndef __COM_PORT_UI_H__
  15. #define __COM_PORT_UI_H__
  16. //**********************************************************************
  17. // Constant definitions
  18. //**********************************************************************
  19. //**********************************************************************
  20. // Macro definitions
  21. //**********************************************************************
  22. //**********************************************************************
  23. // Structure definitions
  24. //**********************************************************************
  25. //
  26. // forward structure references
  27. //
  28. class CModemEndpoint;
  29. //**********************************************************************
  30. // Variable definitions
  31. //**********************************************************************
  32. //**********************************************************************
  33. // Function prototypes
  34. //**********************************************************************
  35. void DisplayComPortSettingsDialog( void *const pContext );
  36. void StopComPortSettingsDialog( const HWND hDlg );
  37. #endif // __COM_PORT_UI_H__