Leaked source code of windows server 2003
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.

32 lines
469 B

  1. /*++
  2. Copyright (C) 2001 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. NCclusfunc.hxx
  6. Abstract:
  7. Declaration of functions providing cluster specific
  8. functionality.
  9. Author:
  10. Felix Maxa (AMaxa) 16 May 2001
  11. Revision History:
  12. --*/
  13. #ifndef _NCCLUSFUNC_HXX_
  14. #define _NCCLUSFUNC_HXX_
  15. HRESULT
  16. GetClusterIPAddresses(
  17. IN NCoreLibrary::TList<TStringNode> *pClusterIPsList
  18. );
  19. #endif // _NCCLUSFUNC_HXX_