FunctionMapperpublic class W32APIFunctionMapper extends 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 |
|---|---|---|
String |
getFunctionName(NativeLibrary library,
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 String getFunctionName(NativeLibrary library, Method method)
getFunctionName in interface FunctionMapper