PathAddBackslashA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "shell".