PathUnExpandEnvStringsA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

PathUnExpandEnvStringsA (SHLWAPI.@)

SYNOPSIS

BOOL PathUnExpandEnvStringsA
 (
  LPCSTR pszPath,
  LPSTR  pszBuf,
  UINT   cchBuf
 )

DESCRIPTION

Substitute folder names in a path with their corresponding environment strings.

PARAMS

pszPath [In] Buffer containing the path to unexpand.

pszBuf [Out] Buffer to receive the unexpanded path.

cchBuf [In] Size of pszBuf in characters.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c".

Debug channel "shell".