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

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

package dorkbox.jna.windows;

import com.sun.jna.IntegerType;
import com.sun.jna.Native;

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

    public
    Parameter(long value) {
        super(Native.POINTER_SIZE, value);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy