table of contents
other versions
- wheezy 1.4.1-4
SHGetFolderPathW(3w) | Wine API | SHGetFolderPathW(3w) |
NAME¶
SHGetFolderPathW (SHELL32.@)SYNOPSIS¶
HRESULT SHGetFolderPathW(
HWND hwndOwner,
int nFolder,
HANDLE hToken,
DWORD dwFlags,
LPWSTR pszPath
)
PARAMS¶
hwndOwner [In] owner window. nFolder [In] CSIDL identifying the folder. hToken [In] access token. dwFlags [In] which path to return. pszPath [Out] converted path.DESCRIPTION¶
Convert nFolder to path.RETURNS¶
Success: S_OK Failure: standard HRESULT error codes.NOTES¶
Most values can be overridden in either HKCUsoftWindowsIMPLEMENTATION¶
Declared in "shlobj.h". Implemented in "dlls/shell32/shellpath.c". Debug channel "shell".Oct 2012 | Wine API |