title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | translation.priority.ht | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_bstr_t::length | Microsoft Docs |
11/04/2016 |
|
language-reference |
|
|
|
4f2e2c76-8894-4ef9-833f-4c6e796d0654 |
8 |
mikeblome |
mblome |
ghogen |
|
Microsoft Specific
Returns the number of characters in the _bstr_t
, not including the terminating null, of the encapsulated BSTR
.
unsigned int length ( ) const throw( );
END Microsoft Specific