com.sun.jna.win32
public class W32APIFunctionMapper extends Object implements FunctionMapper
| Field Summary | |
|---|---|
| static FunctionMapper | ASCII |
| static FunctionMapper | UNICODE |
| Constructor Summary | |
|---|---|
| protected | W32APIFunctionMapper(boolean unicode) |
| Method Summary | |
|---|---|
| String | getFunctionName(NativeLibrary library, Method method) Looks up the method name by adding a "W" or "A" suffix as appropriate. |