SysReAllocString (OLEAUT32.3)
INT SysReAllocString ( LPBSTR old, LPCOLESTR str )
Change the length of a previously created BSTR.
old | [In/Out] | BSTR to change the length of. |
str | [In] | New source for pbstr. |
Success: 1
Failure: 0.
See BSTR, SysAllocStringStringLen.
Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h
Implemented in "dlls/oleaut32/oleaut.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/oleaut.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.