Scroll to navigation

PathAddBackslashA(3w) Wine API 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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c".
Debug channel "shell".
Oct 2012 Wine API