com.sun.jna.win32
public class StdCallFunctionMapper extends Object implements FunctionMapper
NOTE: if you use custom type mapping for primitive types, you may need to override getArgumentNativeStackSize.
Method Summary | |
---|---|
protected int | getArgumentNativeStackSize(Class cls) Override this to handle any custom class mappings. |
String | getFunctionName(NativeLibrary library, Method method) Convert the given Java method into a decorated stdcall name,
if possible. |