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:
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.