SysAllocString Function
Allocates a new string and copies the passed string into it.
BSTR SysAllocString(
const OLECHAR *sz
);
You can free strings created with SysAllocString using SysFreeString.
Show:
Try Microsoft Edge
A fast and secure browser that's designed for Windows 10
Get started
Allocates a new string and copies the passed string into it.
BSTR SysAllocString(
const OLECHAR *sz
);
You can free strings created with SysAllocString using SysFreeString.