PathAddBackslashA(3w)
NAME
PathAddBackslashA (SHLWAPI.@)
SYNOPSIS
LPSTR PathAddBackslashA
(
LPSTR lpszPath
)
DESCRIPTION
Append a backslash ('') to a path if one doesn't exist.
PARAMS
lpszPath [In/Out] The path to append a backslash to.
RETURNS
Success: The position of the last backslash in the path.
Failure: NULL, if lpszPath is NULL or the path is too large.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".