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