public static interface Platform.Shell32
extends com.sun.jna.Library
| Modifier and Type | Field and Description |
|---|---|
static int |
CSIDL_APPDATA |
static int |
CSIDL_PERSONAL |
static Platform.Shell32 |
INSTANCE |
static int |
MAX_PATH |
static int |
S_OK |
static int |
SHGFP_TYPE_CURRENT |
static int |
SHGFP_TYPE_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
int |
SHGetFolderPath(processing.app.windows.Platform.HWND hwndOwner,
int nFolder,
processing.app.windows.Platform.HANDLE hToken,
int dwFlags,
char[] pszPath)
see http://msdn.microsoft.com/en-us/library/bb762181(VS.85).aspx
HRESULT SHGetFolderPath( HWND hwndOwner, int nFolder, HANDLE hToken,
DWORD dwFlags, LPTSTR pszPath);
|
static final int MAX_PATH
static final int SHGFP_TYPE_CURRENT
static final int SHGFP_TYPE_DEFAULT
static final int S_OK
static final int CSIDL_APPDATA
static final int CSIDL_PERSONAL
static final Platform.Shell32 INSTANCE
int SHGetFolderPath(processing.app.windows.Platform.HWND hwndOwner,
int nFolder,
processing.app.windows.Platform.HANDLE hToken,
int dwFlags,
char[] pszPath)