StrCatW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

StrCatW (SHLWAPI.@)

SYNOPSIS

LPWSTR StrCatW
 (
  LPWSTR  lpszStr,
  LPCWSTR lpszSrc
 )

DESCRIPTION

Concatenate two strings.

PARAMS

lpszStr [Out] Initial string.

lpszSrc [In] String to concatenate.

RETURNS

lpszStr.

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".