VarBstrCat function oleaut32
Converts a variant from one type to another.
HRESULT VarBstrCat(
[in] BSTR bstrLeft,
[in] BSTR bstrRight,
[out] LPBSTR pbstrResult
);
Implementation
int VarBstrCat(
Pointer<Utf16> bstrLeft,
Pointer<Utf16> bstrRight,
Pointer<Pointer<Utf16>> pbstrResult,
) => _VarBstrCat(bstrLeft, bstrRight, pbstrResult);