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 ClassesNested 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
FieldsModifier and TypeFieldDescriptionstatic 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_TYPE_MAPPER
Fields inherited from interface com.sun.jna.win32.StdCallLibrary
FUNCTION_MAPPER, STDCALL_CONVENTION
-
Method Summary
Modifier and TypeMethodDescriptionint
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
-
FILE_ATTRIBUTE_READONLY
static final long FILE_ATTRIBUTE_READONLY- See Also:
-
FILE_ATTRIBUTE_HIDDEN
static final long FILE_ATTRIBUTE_HIDDEN- See Also:
-
FILE_ATTRIBUTE_NORMAL
static final long FILE_ATTRIBUTE_NORMAL- See Also:
-
VER_PLATFORM_WIN32_WINDOWS
static final int VER_PLATFORM_WIN32_WINDOWS- See Also:
-
VER_PLATFORM_WIN32_NT
static final int VER_PLATFORM_WIN32_NT- See Also:
-
-
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()
-