Package com.sun.jna.win32
Class W32APIFunctionMapper
- java.lang.Object
- 
- com.sun.jna.win32.W32APIFunctionMapper
 
- 
- All Implemented Interfaces:
- FunctionMapper
 
 public class W32APIFunctionMapper extends java.lang.Object implements FunctionMapper Encapsulates lookup of W32 API UNICODE/ASCII functions.
- 
- 
Field SummaryFields Modifier and Type Field Description static FunctionMapperASCIIstatic FunctionMapperUNICODE
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedW32APIFunctionMapper(boolean unicode)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFunctionName(NativeLibrary library, java.lang.reflect.Method method)Looks up the method name by adding a "W" or "A" suffix as appropriate.
 
- 
- 
- 
Field Detail- 
UNICODEpublic static final FunctionMapper UNICODE 
 - 
ASCIIpublic static final FunctionMapper ASCII 
 
- 
 - 
Method Detail- 
getFunctionNamepublic 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.- Specified by:
- getFunctionNamein interface- FunctionMapper
 
 
- 
 
-