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

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1998 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // RemoveNetworkProvider.h
  7. //
  8. // Abstract:
  9. // Declaration of functions to remove the Clustering Service
  10. // network providrt, ClusNet, from the list of Winsock Transports.
  11. //
  12. // Implementation File:
  13. // RemoveNetworkProvider.cpp
  14. //
  15. // Author:
  16. // C. Brent Thomas (a-brentt) 01-Jul-1998
  17. //
  18. // Revision History:
  19. //
  20. // Notes:
  21. //
  22. /////////////////////////////////////////////////////////////////////////////
  23. #ifndef __REMOVENETWORKPROVIDER_H_
  24. #define __REMOVENETWORKPROVIDER_H_
  25. /////////////////////////////////////////////////////////////////////////////
  26. // Global Function Prototypes
  27. /////////////////////////////////////////////////////////////////////////////
  28. DWORD RemoveNetworkProvider( void );
  29. /////////////////////////////////////////////////////////////////////////////
  30. #endif // __REMOVENETWORKPROVIDER_H_