Package com.sun.jna.win32
Class W32APIFunctionMapper
java.lang.Object
com.sun.jna.win32.W32APIFunctionMapper
- All Implemented Interfaces:
- FunctionMapper
Encapsulates lookup of W32 API UNICODE/ASCII functions.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetFunctionName(NativeLibrary library, Method method) Looks up the method name by adding a "W" or "A" suffix as appropriate.
- 
Field Details- 
UNICODE
- 
ASCII
 
- 
- 
Constructor Details- 
W32APIFunctionMapperprotected W32APIFunctionMapper(boolean unicode) 
 
- 
- 
Method Details- 
getFunctionNameLooks up the method name by adding a "W" or "A" suffix as appropriate.- Specified by:
- getFunctionNamein interface- FunctionMapper
 
 
-