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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
W32APIFunctionMapper
protected W32APIFunctionMapper(boolean unicode)
-
-
Method Details
-
getFunctionName
Looks up the method name by adding a "W" or "A" suffix as appropriate.- Specified by:
getFunctionName
in interfaceFunctionMapper
-