Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 689 Bytes

File metadata and controls

35 lines (26 loc) · 689 Bytes
title _bstr_t::operator ! | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-language
ms.topic language-reference
f1_keywords
_bstr_t::operator!
dev_langs
C++
helpviewer_keywords
! operator
operator!, bstr
operator !, bstr
ms.assetid 6e60b5a5-2d28-4eec-9e12-790da8f1fdd4
author mikeblome
ms.author mblome
ms.workload
cplusplus

_bstr_t::operator !

Microsoft Specific

Checks if the encapsulated BSTR is a NULL string.

Syntax

bool operator!( ) const throw( );

Return Value

It returns TRUE if yes, FALSE if not.

END Microsoft Specific

See also

_bstr_t Class