|
MKI_TerminateW (Strings) Changed in Version 2019.1 |
www.CAD6.com |
C++ Syntaxvoid MKI_TerminateW( LPWSTR f_pszDestin, const size_t f_unMaxSize );
template <size_t f_unSize> void MKI_TerminateW( wchar_t (&f_rDestin)[f_unSize] );
Terminates the Unicode text, i.e. sets its last character to '\0'.
Parametersf_pszDestin / r_Destin [LPWSTR] Pointer to or [wchar_t[]&] Reference to text to be initialized. f_unMaxSize [const size_t] Maximum allowed length of the destination text in UTF-16 characters including the terminating '\0' character.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH