45 lines
1.5 KiB
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*==========================================================================
*
* Copyright (C) 1998-2000 Microsoft Corporation. All Rights Reserved.
*
* File: IPUI.h
* Content: Winsock provider IP UI functions
*
*
* History:
* Date By Reason
* ==== == ======
* 10/15/1999 jtk Derived from ComPortUI.h
***************************************************************************/
#ifndef __IP_UI_H__
#define __IP_UI_H__
#ifndef DPNBUILD_NOSPUI
//**********************************************************************
// Constant definitions
//**********************************************************************
//**********************************************************************
// Macro definitions
//**********************************************************************
//**********************************************************************
// Structure definitions
//**********************************************************************
//**********************************************************************
// Variable definitions
//**********************************************************************
//**********************************************************************
// Function prototypes
//**********************************************************************
void DisplayIPHostNameSettingsDialog( void *const pContext );
void StopIPHostNameSettingsDialog( const HWND hDlg );
#endif // !DPNBUILD_NOSPUI
#endif // __IP_UI_H__