chsvlib
chsv helper source code

◆ wcsLen()

std:: size_t Chusov::String::wcsLen ( const wchar_t *  pszStr)
noexcept

Returns a size, in wide characters, of a zero terminated wide string excluding the terminating zero. Implements the behaviour of the standard wcslen function of the wchar.h header.

Parameters
[in]pszStris a zero terminated wide string of the returned length.
Returns
A length, in wide characters, of the string pointed by pszStr, excluding the terminating null.
See also
strLen;
wcsnLen_s.