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.

39 lines
959 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ResTypeUtils.h
  7. //
  8. // Description:
  9. // Resource type utilities.
  10. //
  11. // Author:
  12. // Galen Barbee (galenb) 11-Jan-1999
  13. //
  14. // Notes:
  15. //
  16. /////////////////////////////////////////////////////////////////////////////
  17. #ifndef __RESUTILS_H
  18. #define __RESUTILS_H
  19. /////////////////////////////////////////////////////////////////////////////
  20. // Global Function Prototypes
  21. /////////////////////////////////////////////////////////////////////////////
  22. DWORD WINAPI ScResTypeNameToDisplayName(
  23. HCLUSTER hCluster,
  24. LPCWSTR pszTypeName,
  25. LPWSTR * ppszDisplayName
  26. );
  27. DWORD WINAPI ScResDisplayNameToTypeName(
  28. HCLUSTER hCluster,
  29. LPCWSTR pszDisplayName,
  30. LPWSTR * ppszTypeName
  31. );
  32. /////////////////////////////////////////////////////////////////////////////
  33. #endif // __RESUTILS_H