Interface ISVNKernel32Library

  • All Superinterfaces:
    com.sun.jna.AltCallingConvention, com.sun.jna.Library, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary
    All Known Implementing Classes:
    DebugProxyISVNKernel32Library

    interface ISVNKernel32Library
    extends com.sun.jna.win32.StdCallLibrary
    Version:
    1.3
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ISVNKernel32Library.OSVERSIONINFO  
      • 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 Detail

      • LocalFree

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

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

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

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

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

        int GetLastError()