Package com.sun.jna.win32
Klasse W32APIFunctionMapper
java.lang.Object
com.sun.jna.win32.W32APIFunctionMapper
- Alle implementierten Schnittstellen:
FunctionMapper
Encapsulates lookup of W32 API UNICODE/ASCII functions.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetFunctionName
(NativeLibrary library, Method method) Looks up the method name by adding a "W" or "A" suffix as appropriate.
-
Felddetails
-
UNICODE
-
ASCII
-
-
Konstruktordetails
-
W32APIFunctionMapper
protected W32APIFunctionMapper(boolean unicode)
-
-
Methodendetails
-
getFunctionName
Looks up the method name by adding a "W" or "A" suffix as appropriate.- Angegeben von:
getFunctionName
in SchnittstelleFunctionMapper
-