|
| Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab. |
You are reading help file online using chmlib.com
|
Microsoft Speech SDK
SAPI 5.1
CSpDynamicString::Append
The following methods append null-terminated strings together.
Appends the null-terminated source string to the end of the instance and returns the resulting string.
WCHAR* Append(
const WCHAR *pszSrc
)
Parameters
- pszSrc
- [in] The null-terminated source string to append.
Appends the null-terminated source string to the end of the instance and returns the resulting string. The size to append is specified.
WCHAR* Append(
const WCHAR *pszSrc,
const ULONG lenSrc
)
Parameters
- pszSrc
- [in] The null-terminated source string to append.
- lenSrc
- [in] Size, in WCHARs, to append.
Appends up to two null-terminated source strings to the end of the instance and returns the resulting string. At least one of the to strings must be non-NULL.
WCHAR* Append2(
const WCHAR *pszSrc1,
const WCHAR *pszSrc2
)
Parameters
- pszSrc1
- [in] The first source string to append.
- pszSrc2
- [in] The second source string to append.
You are reading help file online using chmlib.com
|
If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com