Class DebugProxyISVNKernel32Library

  • All Implemented Interfaces:
    com.sun.jna.AltCallingConvention, com.sun.jna.Library, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary

    public class DebugProxyISVNKernel32Library
    extends java.lang.Object
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.sun.jna.Library

        com.sun.jna.Library.Handler
      • Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibrary

        com.sun.jna.win32.StdCallLibrary.StdCallCallback
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FILE_ATTRIBUTE_HIDDEN  
      static long FILE_ATTRIBUTE_NORMAL  
      static long FILE_ATTRIBUTE_READONLY  
      static int VER_PLATFORM_WIN32_NT  
      static int VER_PLATFORM_WIN32_WINDOWS  
      • Fields inherited from interface com.sun.jna.Library

        OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
      • Fields inherited from interface com.sun.jna.win32.StdCallLibrary

        FUNCTION_MAPPER, STDCALL_CONVENTION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int GetLastError()  
      int GetVersionExW​(com.sun.jna.Pointer pInfo)  
      com.sun.jna.Pointer LocalFree​(com.sun.jna.Pointer ptr)  
      int MoveFileExW​(com.sun.jna.WString src, com.sun.jna.WString dst, com.sun.jna.NativeLong flags)  
      int MoveFileW​(com.sun.jna.WString src, com.sun.jna.WString dst)  
      int SetFileAttributesW​(com.sun.jna.WString path, com.sun.jna.NativeLong attrs)  
      • Methods inherited from class java.lang.Object

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

      • DebugProxyISVNKernel32Library

        public DebugProxyISVNKernel32Library​(org.tmatesoft.svn.core.internal.util.jna.ISVNKernel32Library myLibrary,
                                             ISVNDebugLog myDebugLog)
    • Method Detail

      • LocalFree

        public com.sun.jna.Pointer LocalFree​(com.sun.jna.Pointer ptr)
      • SetFileAttributesW

        public int SetFileAttributesW​(com.sun.jna.WString path,
                                      com.sun.jna.NativeLong attrs)
      • MoveFileW

        public int MoveFileW​(com.sun.jna.WString src,
                             com.sun.jna.WString dst)
      • MoveFileExW

        public int MoveFileExW​(com.sun.jna.WString src,
                               com.sun.jna.WString dst,
                               com.sun.jna.NativeLong flags)
      • GetVersionExW

        public int GetVersionExW​(com.sun.jna.Pointer pInfo)
      • GetLastError

        public int GetLastError()