PathCanonicalizeA (SHLWAPI.@)
BOOL PathCanonicalizeA ( LPSTR lpszBuf, LPCSTR lpszPath )
Convert a path to its canonical form.
lpszBuf | [Out] | Output path. |
lpszPath | [In] | Path to cnonicalize. |
Success: TRUE. lpszBuf contains the output path,
Failure: FALSE, If input path is invalid. lpszBuf is undefined
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.