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 
     

    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 final long
     
    static final long
     
    static final long
     
    static final int
     
    static final int
     

    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_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER

    Fields inherited from interface com.sun.jna.win32.StdCallLibrary

    FUNCTION_MAPPER, STDCALL_CONVENTION
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    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)
     
  • Field Details

  • Method Details

    • 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()