CComBSTR::Length
Retorna o número de caracteres em m_str, excluindo o caractere de terminação zero.
unsigned int Length( ) const throw( );
Valor de retorno
O comprimento do membro de m_str .
Exemplo
// string with 11 chars
CComBSTR bstrTemp(OLESTR("Hello World"));
unsigned int len = bstrTemp.Length();
ATLASSERT(len == 11);
Requisitos
Cabeçalho: atlbase.h