Returns a size, in bytes, of a zero terminated string excluding the terminating zero. Implements the behaviour of the standard strlen function of the string.h header.
Parameters
[in]
pszStr
is a zero terminated string of the returned length.
Returns
A length, in bytes, of the string pointed by pszStr, excluding the terminating null.