//-----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
//
//-----------------------------------------------------------------------
namespace Microsoft.Isam.Esent.Interop.Windows8
{
///
/// The valid values of InfoLevel for JetGetErrorInfo.
///
public enum JET_ErrorInfo
{
///
/// Retrieve information about the specific error passed in pvContext.
///
SpecificErr = 1,
}
}