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.

21 lines
360 B

  1. //
  2. // Copyright (C) 2000, Microsoft Corporation
  3. //
  4. // File: DfsError.hxx
  5. //
  6. // Contents:
  7. //
  8. //
  9. // History: April. 9 2001, Author: Rohanp
  10. //
  11. //-----------------------------------------------------------------------------
  12. #ifndef __DFS_ERROR__
  13. #define __DFS_ERROR__
  14. DFSSTATUS
  15. DfsGetErrorFromHr( HRESULT hr );
  16. #endif