welsonjs/WelsonJS.Augmented/EsentInterop/jet_errorinfo.cs
Namhyeon, Go fdabeab54f Change the project name to WelsonJS.Toolkit to WelsonJS.Augmented
Change the project name to WelsonJS.Toolkit to WelsonJS.Augmented
2025-12-14 18:54:32 +09:00

20 lines
622 B
C#

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