GetUTF16FromUTF8
CSmartPtr<str_utf16> spImageFileUTF16(GetUTF16FromUTF8((UCHAR *) cImageFile), TRUE);
spUTF16.Assign(GetUTF16FromUTF8((str_utf8 *) pAPETagField->GetFieldValue()), TRUE);
CSmartPtr<str_utf16> spNameUTF16(GetUTF16FromUTF8(spNameUTF8.GetPtr()), TRUE);
str_utf16 * pUTF16 = GetUTF16FromUTF8(pUTF8);
str_utf16 * GetUTF16FromUTF8(const str_utf8 * pUTF8);