SysAllocString function oleaut32

Pointer<Utf16> SysAllocString(
  1. Pointer<Utf16> psz
)

Allocates a new string and copies the passed string into it.

BSTR SysAllocString(
  const OLECHAR *psz
);

Implementation

Pointer<Utf16> SysAllocString(Pointer<Utf16> psz) => _SysAllocString(psz);