Leaked source code of windows server 2003
 
 
 
 
 
 

21 lines
360 B

//
// Copyright (C) 2000, Microsoft Corporation
//
// File: DfsError.hxx
//
// Contents:
//
//
// History: April. 9 2001, Author: Rohanp
//
//-----------------------------------------------------------------------------
#ifndef __DFS_ERROR__
#define __DFS_ERROR__
DFSSTATUS
DfsGetErrorFromHr( HRESULT hr );
#endif