public class W32APIFunctionMapper extends 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 |
|---|---|
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