//-----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
//
//-----------------------------------------------------------------------
namespace Microsoft.Isam.Esent.Interop.Windows10
{
///
/// System parameters that were introduced in Windows 10.
///
public static class Windows10Param
{
///
/// This allows the client to specify a registry path preceded by a reg: to optionally configure
/// loading or overriding parameters from the registry.
///
public const JET_param ConfigStoreSpec = (JET_param)189;
}
}