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

dorkbox.util.jna.windows.Parameter Maven / Gradle / Ivy

There is a newer version: 1.48
Show newest version
package dorkbox.util.jna.windows;

import com.sun.jna.IntegerType;
import com.sun.jna.Pointer;

public
class Parameter extends IntegerType {
    public
    Parameter() {
        this(0);
    }

    public
    Parameter(long value) {
        super(Pointer.SIZE, value);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy