public interface FunctionMapper
Native.loadLibrary(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 |
---|---|
String |
getFunctionName(NativeLibrary library,
Method method) |
String getFunctionName(NativeLibrary library, Method method)