Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 1014 Bytes

File metadata and controls

59 lines (51 loc) · 1014 Bytes
title _variant_t::Clear | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
_variant_t::Clear
_variant_t.Clear
dev_langs
C++
helpviewer_keywords
VARIANT object, clear
Clear method
VARIANT object
ms.assetid 844d43fa-9628-4643-a877-c1e129838b4e
caps.latest.revision 6
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
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

_variant_t::Clear

Microsoft Specific

Clears the encapsulated VARIANT object.

Syntax

  
void Clear( );  
  

Remarks

Calls VariantClear on the encapsulated VARIANT object.

END Microsoft Specific

See Also

_variant_t Class