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.

44 lines
1.6 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1998-2000 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: ModemUI.h
  6. * Content: Modem service provider UI functions
  7. *
  8. *
  9. * History:
  10. * Date By Reason
  11. * ==== == ======
  12. * 03/25/99 jtk Created
  13. ***************************************************************************/
  14. #ifndef __MODEM_UI_H__
  15. #define __MODEM_UI_H__
  16. //**********************************************************************
  17. // Constant definitions
  18. //**********************************************************************
  19. //**********************************************************************
  20. // Macro definitions
  21. //**********************************************************************
  22. //**********************************************************************
  23. // Structure definitions
  24. //**********************************************************************
  25. //**********************************************************************
  26. // Variable definitions
  27. //**********************************************************************
  28. //**********************************************************************
  29. // Function prototypes
  30. //**********************************************************************
  31. void DisplayIncomingModemSettingsDialog( void *const pContext );
  32. void DisplayOutgoingModemSettingsDialog( void *const pContext );
  33. void StopModemSettingsDialog( const HWND hDialog );
  34. HRESULT DisplayModemStatusDialog( void *const pContext );
  35. void StopModemStatusDialog( const HWND hDialog );
  36. #endif // __MODEM_UI_H__