public class W32APIFunctionMapper extends java.lang.Object implements FunctionMapper
Modifier and Type | Field and Description |
---|---|
static FunctionMapper |
ASCII |
static FunctionMapper |
UNICODE |
Modifier | Constructor and Description |
---|---|
protected |
W32APIFunctionMapper(boolean unicode) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionName(NativeLibrary library,
java.lang.reflect.Method method)
Looks up the method name by adding a "W" or "A" suffix as appropriate.
|
public static final FunctionMapper UNICODE
public static final FunctionMapper ASCII
public java.lang.String getFunctionName(NativeLibrary library, java.lang.reflect.Method method)
getFunctionName
in interface FunctionMapper