2020-09-30 16:53:55 +02:00

45 lines
1.5 KiB
C

/*==========================================================================
*
* 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__