Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 982 Bytes

bstr-t-length.md

File metadata and controls

55 lines (48 loc) · 982 Bytes
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
devlang-cpp
language-reference
_bstr_t::length
C++
length method
BSTR object, length
4f2e2c76-8894-4ef9-833f-4c6e796d0654
8
mikeblome
mblome
ghogen
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

_bstr_t::length

Microsoft Specific

Returns the number of characters in the _bstr_t, not including the terminating null, of the encapsulated BSTR.

Syntax

  
unsigned int length ( ) const throw( );  
  

Remarks

END Microsoft Specific

See Also

_bstr_t Class