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 {@link com.sun.jna.win32.StdCallFunctionMapper}). A FunctionMapper
maps ${prefix:name()}
style functions to a static method that can execute that function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|