Skip navigation links
JNA API 5.10.0
com.sun.jna.win32

Class W32APIFunctionMapper

  • All Implemented Interfaces:
    FunctionMapper


    public class W32APIFunctionMapper
    extends java.lang.Object
    implements FunctionMapper
    Encapsulates lookup of W32 API UNICODE/ASCII functions.
    • Constructor Summary

      Constructors 
      Modifier Constructor and Description
      protected W32APIFunctionMapper(boolean unicode) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • W32APIFunctionMapper

        protected W32APIFunctionMapper(boolean unicode)
    • Method Detail

      • getFunctionName

        public 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:
        getFunctionName in interface FunctionMapper
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.