public interface FunctionMapper
Native.load(String, Class, java.util.Map)
as an entry in
the options map with key Library.OPTION_FUNCTION_MAPPER
.
There are several circumstances where this option might prove useful.
stdcall
functions, for instance, are exported with a
special suffix that describes the stack size of the function arguments
(see StdCallFunctionMapper
).
Library.OPTION_FUNCTION_MAPPER
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionName(NativeLibrary library,
java.lang.reflect.Method method) |
java.lang.String getFunctionName(NativeLibrary library, java.lang.reflect.Method method)