22 lines
360 B
C++
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
|