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.

29 lines
543 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // DsUtils.h
  7. //
  8. // Abstract:
  9. // Active Directory Service (ADS) utilities.
  10. //
  11. // Author:
  12. // Galen Barbee (galenb) April 17, 1998
  13. //
  14. // Revision History:
  15. //
  16. // Notes:
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #ifndef _DSUTILS_H_
  20. #define _DSUTILS_H_
  21. void
  22. DsUtlAddClusterNameToDS(
  23. const TCHAR *pClusterName,
  24. const TCHAR *pNodeName
  25. );
  26. #endif // _DSUTILS_H_