Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 528 Bytes

bstr-t-length.md

File metadata and controls

26 lines (18 loc) · 528 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: _bstr_t::length
_bstr_t::length
02/02/2021
_bstr_t::length
length method [C++]
BSTR object [C++], length

_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