PathUnExpandEnvStringsA (SHLWAPI.@)
BOOL PathUnExpandEnvStringsA ( LPCSTR pszPath, LPSTR pszBuf, UINT cchBuf )
Substitute folder names in a path with their corresponding environment strings.
pszPath | [In] | Buffer containing the path to unexpand. |
pszBuf | [Out] | Buffer to receive the unexpanded path. |
cchBuf | [In] | Size of pszBuf in characters. |
Success: TRUE
Failure: FALSE
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.