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.

33 lines
818 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: R E P A I R . H
  7. //
  8. // Contents: routines related the repair feature
  9. //
  10. // Notes:
  11. //
  12. // Author: nsun Jan 2001
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _REPAIR_H_
  17. #define _REPAIR_H_
  18. HRESULT HrTryToFix(
  19. GUID & guidConnection,
  20. tstring & strMessage);
  21. HRESULT RepairConnectionInternal(
  22. GUID & guidConnection,
  23. LPWSTR * ppszMessage);
  24. HRESULT OpenNbt(
  25. LPWSTR pwszGuid,
  26. HANDLE * pHandle);
  27. #endif // _REPAIR_H_