Scroll to navigation

StrCatBuffW(3w) Wine API StrCatBuffW(3w)

NAME

StrCatBuffW (SHLWAPI.@)

SYNOPSIS

LPWSTR StrCatBuffW
(
LPWSTR lpszStr,
LPCWSTR lpszCat,
INT cchMax
)
 

DESCRIPTION

See StrCatBuffA(3w).
 

IMPLEMENTATION

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