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 "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 Nov 2008.