FunctionMapperpublic class W32APIFunctionMapper extends java.lang.Object implements FunctionMapper
| Modifier and Type | Field | Description |
|---|---|---|
static FunctionMapper |
ASCII |
|
static FunctionMapper |
UNICODE |
| Modifier | Constructor | Description |
|---|---|---|
protected |
W32APIFunctionMapper(boolean unicode) |
| Modifier and Type | Method | 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