Relativity.Transfer.Enumeration.Native.NativeConst
namespace Relativity.Transfer.Enumeration.Native
{
internal sealed class NativeConst
{
public const int ERROR_SUCCESS = 0;
public const int PATH_ELEMENT_NOT_FOUND = 3;
public const int ERROR_ACCESS_DENIED = 5;
public const int ERROR_NO_MORE_FILES = 18;
public NativeConst();
}
}