StrCatBuffA (SHLWAPI.@)
LPSTR StrCatBuffA ( LPSTR lpszStr, LPCSTR lpszCat, INT cchMax )
Concatenate two strings together.
lpszStr | [Out] | String to concatenate to. |
lpszCat | [In] | String to add to lpszCat. |
cchMax | [In] | Maximum number of characters for the whole string. |
lpszStr.
cchMax determines the number of characters in the final length of the string, not the number appended to lpszStr from lpszCat.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.