PathCombineA (SHLWAPI.@)
LPSTR PathCombineA ( LPSTR lpszDest, LPCSTR lpszDir, LPCSTR lpszFile )
Combine two paths together.
lpszDest | [Out] | Destination for combined path. |
lpszDir | [In] | Directory path. |
lpszFile | [In] | File path. |
Success: The output path
Failure: NULL, if inputs are invalid.
lpszDest should be at least MAX_PATH in size, and may point to the same memory location as lpszDir. The combined path is canonicalised.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.