SysReAllocString(3w)
NAME
SysReAllocString (OLEAUT32.3)
SYNOPSIS
INT SysReAllocString ( LPBSTR old, LPCOLESTR str )
DESCRIPTION
Change the length of a previously created BSTR.
PARAMS
old [In/Out] BSTR to change the length of.
str [In] New source for pbstr.
RETURNS
Success: 1
Failure: 0.
NOTES
See BSTR(3w), SysAllocStringStringLen(3w).
IMPLEMENTATION
Defined in "oleauto.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/oleaut.c".
- Debug channel "ole".