PathAddBackslashA (SHLWAPI.@)
LPSTR PathAddBackslashA ( LPSTR lpszPath )
Append a backslash ('\') to a path if one doesn't exist.
lpszPath | [In/Out] | The path to append a backslash to. |
Success: The position of the last backslash in the path.
Failure: NULL, if lpszPath is NULL or the path is too large.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.