StdCallFunctionMapper
, W32APIFunctionMapper
public interface FunctionMapper
Provides mapping of Java method names to native function names. An instance of this interface may be provided to
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
).RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4