int wstrlen( const wchar_t* wstr );
Получение длины widechar строки.
Возвращает длину строки
wchar_t wstr[]=L"строка"; int len=wstrlen(wstr);
strlen