SysReAllocString Function
Reallocates a previously allocated string to be the size of a second string and copies the second string into the reallocated memory.
INT SysReAllocString(
BSTR *pbstr,
const OLECHAR *psz
);
Show:
Try Microsoft Edge
A fast and secure browser that's designed for Windows 10
Get started
Reallocates a previously allocated string to be the size of a second string and copies the second string into the reallocated memory.
INT SysReAllocString(
BSTR *pbstr,
const OLECHAR *psz
);