Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

35 lines
980 B

/////////////////////////////////////////////////////////////////////////////
//
// 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_