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:
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
);