windows-nt/Source/XPSP1/NT/base/cluster/setup/common/removenetworkprovider.h

36 lines
980 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1996-1998 Microsoft Corporation
//
// Module Name:
// RemoveNetworkProvider.h
//
// Abstract:
// Declaration of functions to remove the Clustering Service
// network providrt, ClusNet, from the list of Winsock Transports.
//
// Implementation File:
// RemoveNetworkProvider.cpp
//
// Author:
// C. Brent Thomas (a-brentt) 01-Jul-1998
//
// Revision History:
//
// Notes:
//
/////////////////////////////////////////////////////////////////////////////
#ifndef __REMOVENETWORKPROVIDER_H_
#define __REMOVENETWORKPROVIDER_H_
/////////////////////////////////////////////////////////////////////////////
// Global Function Prototypes
/////////////////////////////////////////////////////////////////////////////
DWORD RemoveNetworkProvider( void );
/////////////////////////////////////////////////////////////////////////////
#endif // __REMOVENETWORKPROVIDER_H_