Class DebugProxyISVNWin32Library
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.util.jna.DebugProxyISVNWin32Library
-
- All Implemented Interfaces:
com.sun.jna.AltCallingConvention
,com.sun.jna.Library
,com.sun.jna.win32.StdCall
,com.sun.jna.win32.StdCallLibrary
,ISVNWin32Library
public class DebugProxyISVNWin32Library extends java.lang.Object implements ISVNWin32Library
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.tmatesoft.svn.core.internal.util.jna.ISVNWin32Library
ISVNWin32Library.DWORD, ISVNWin32Library.HRESULT
-
-
Field Summary
-
Fields inherited from interface org.tmatesoft.svn.core.internal.util.jna.ISVNWin32Library
CSIDL_APPDATA, CSIDL_COMMON_APPDATA, SHGFP_TYPE_CURRENT, SHGFP_TYPE_DEFAULT
-
-
Constructor Summary
Constructors Constructor Description DebugProxyISVNWin32Library(ISVNWin32Library myLibrary, ISVNDebugLog myDebugLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISVNWin32Library.HRESULT
SHGetFolderPathW(com.sun.jna.Pointer hwndOwner, int nFolder, com.sun.jna.Pointer hToken, ISVNWin32Library.DWORD dwFlags, char[] pszPath)
-
-
-
Constructor Detail
-
DebugProxyISVNWin32Library
public DebugProxyISVNWin32Library(ISVNWin32Library myLibrary, ISVNDebugLog myDebugLog)
-
-
Method Detail
-
SHGetFolderPathW
public ISVNWin32Library.HRESULT SHGetFolderPathW(com.sun.jna.Pointer hwndOwner, int nFolder, com.sun.jna.Pointer hToken, ISVNWin32Library.DWORD dwFlags, char[] pszPath)
- Specified by:
SHGetFolderPathW
in interfaceISVNWin32Library
-
-