_variant_t::SetString

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at _variant_t::SetString.

Microsoft Specific**

Assigns a string to this _variant_t object.

  
      void SetString(  
   const char* pSrc   
);  

Parameters

pSrc
Pointer to the character string.

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

END Microsoft Specific

_variant_t Class

Show: