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.

39 lines
557 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. clusinfo.hxx
  6. Abstract:
  7. Header file for retrieving cluster information: net name and
  8. TCP/IP address.
  9. Author:
  10. Albert Ting (AlbertT) 25-Sept-96
  11. Revision History:
  12. --*/
  13. #ifndef _CLUSINFO_H
  14. #define _CLUSINFO_H
  15. BOOL
  16. bGetClusterNameInfo(
  17. IN LPCTSTR pszResource,
  18. OUT LPCTSTR* ppszName,
  19. OUT LPCTSTR* ppszTcpip
  20. );
  21. DWORD
  22. GetIDFromName(
  23. IN HRESOURCE pszResource,
  24. OUT LPWSTR *ppszID
  25. );
  26. #endif // ifdef CLUSINFO_H