| title |
_bstr_t::length | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.technology |
|
| ms.topic |
language-reference |
| f1_keywords |
|
| dev_langs |
|
| helpviewer_keywords |
length method [C++] |
BSTR object [C++], length |
|
| ms.assetid |
4f2e2c76-8894-4ef9-833f-4c6e796d0654 |
| author |
mikeblome |
| ms.author |
mblome |
| ms.workload |
|
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( );
Remarks
END Microsoft Specific
_bstr_t Class