mirror of https://github.com/tongzx/nt5src
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
587 B
21 lines
587 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// Copyright (C) 1992, Microsoft Corporation
|
|
//
|
|
// File: lmerrext.h
|
|
//
|
|
// Contents: Dfs NET_API_STATUS codes until they let me check in to lmerr.h
|
|
// proper.
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: July 17, 1996 Milans created
|
|
// Feb 17, 1999 Updated lmerr.h
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef DFS_RESTORE_VOLUME
|
|
#define DFS_RESTORE_VOLUME 2
|
|
#endif // DFS_RESTORE_VOLUME
|