共用方式為


VarBstrCat 函式 (oleauto.h)

串連兩個類型 BSTR 的變體,並傳回產生的 BSTR。

語法

HRESULT VarBstrCat(
  [in]  BSTR   bstrLeft,
  [in]  BSTR   bstrRight,
  [out] LPBSTR pbstrResult
);

參數

[in] bstrLeft

第一個變體。

[in] bstrRight

第二個變體。

[out] pbstrResult

結果。

傳回值

如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
目標平台 Windows
標頭 oleauto.h
程式庫 OleAut32.lib
Dll OleAut32.dll