public interface NativeFunctionPointer
Use NativeFunctionInterface#getFunctionHandle(NativeFunctionPointer, Class, Class...)
to
get a handle enabling the native function to be called.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the function.
|
long |
getRawValue()
Returns the raw function pointer value.
|
long getRawValue()