Microsoft Specific
Assigns a string to this _variant_t object.
void SetString(const char* pSrc);
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
