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.5 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1998-2000 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: IPUI.h
  6. * Content: Winsock provider IP UI functions
  7. *
  8. *
  9. * History:
  10. * Date By Reason
  11. * ==== == ======
  12. * 10/15/1999 jtk Derived from ComPortUI.h
  13. ***************************************************************************/
  14. #ifndef __IP_UI_H__
  15. #define __IP_UI_H__
  16. #ifndef DPNBUILD_NOSPUI
  17. //**********************************************************************
  18. // Constant definitions
  19. //**********************************************************************
  20. //**********************************************************************
  21. // Macro definitions
  22. //**********************************************************************
  23. //**********************************************************************
  24. // Structure definitions
  25. //**********************************************************************
  26. //**********************************************************************
  27. // Variable definitions
  28. //**********************************************************************
  29. //**********************************************************************
  30. // Function prototypes
  31. //**********************************************************************
  32. void DisplayIPHostNameSettingsDialog( void *const pContext );
  33. void StopIPHostNameSettingsDialog( const HWND hDlg );
  34. #endif // !DPNBUILD_NOSPUI
  35. #endif // __IP_UI_H__