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

com.github.sarxos.winreg.internal.RC Maven / Gradle / Ivy

There is a newer version: 0.3
Show newest version
package com.github.sarxos.winreg.internal;

public class RC {

	public static final int SUCCESS = 0;
	public static final int NOTFOUND = 2;
	public static final int ACCESSDENIED = 5;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy