All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Alachisoft.NCache.Common.Interop.Constants Maven / Gradle / Ivy

package Alachisoft.NCache.Common.Interop;

//C# TO JAVA CONVERTER TODO TASK: Java annotations will not correspond to .NET attributes:
//[CLSCompliant(false)]
public class Constants {
    public static final int ERROR_NOT_ENOUGH_MEMORY = 8;
    public static final int ERROR_DISK_FULL = 112;
    //C# TO JAVA CONVERTER WARNING: Unsigned integer types have no direct equivalent in Java:
//ORIGINAL LINE: public const uint FORMAT_MESSAGE_FROM_SYSTEM = 0x00001000;
    public static final int FORMAT_MESSAGE_FROM_SYSTEM = 0x00001000;
    //C# TO JAVA CONVERTER WARNING: Unsigned integer types have no direct equivalent in Java:
//ORIGINAL LINE: public const uint ERROR_COMMITMENT_LIMIT = 1455;
    public static final int ERROR_COMMITMENT_LIMIT = 1455;
    private Constants() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy