Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 1.1 KB

File metadata and controls

62 lines (54 loc) · 1.1 KB
title _variant_t::SetString | 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::SetString
_variant_t.SetString
dev_langs
C++
helpviewer_keywords
SetString method
ms.assetid 816b08e5-6830-46ca-b3d7-7689308b3be3
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::SetString

Microsoft Specific

Assigns a string to this _variant_t object.

Syntax

  
      void SetString(  
   const char* pSrc   
);  

Parameters

pSrc
Pointer to the character string.

Remarks

Converts an ANSI character string to a Unicode BSTR string and assigns it to this _variant_t object.

END Microsoft Specific

See Also

_variant_t Class