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