Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 590 Bytes

File metadata and controls

29 lines (20 loc) · 590 Bytes
description Learn more about: _variant_t::Clear
title _variant_t::Clear
ms.date 11/04/2016
f1_keywords
_variant_t::Clear
_variant_t.Clear
helpviewer_keywords
VARIANT object [C++], clear
Clear method [C++]
VARIANT object
ms.assetid 844d43fa-9628-4643-a877-c1e129838b4e

_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