SysReAllocString16(3w)
NAME
SysReAllocString16 (OLE2DISP.3)
SYNOPSIS
INT16 SysReAllocString16 ( LPBSTR16 pbstr, LPCOLESTR16 oleStr )
DESCRIPTION
Change the length of a previously created BSTR16 (16 Bit).
PARAMS
pbstr [In] BSTR16 to change the length of.
oleStr [In] New source for pbstr.
RETURNS
Success: 1
Failure: 0.
NOTES
SysAllocStringStringLen16().
IMPLEMENTATION
Defined in "ole2disp.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole2disp.dll16/ole2disp.c".
- Debug channel "ole".