2025-04-27 07:49:33 -04:00

22 lines
360 B
C++

//
// 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