.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SysReAllocStringLen16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSysReAllocStringLen16\fR (OLE2DISP.5) .SH SYNOPSIS int SysReAllocStringLen16 ( BSTR16* \fIold\fR, const char* \fIin\fR, int \fIlen\fR ) .SH DESCRIPTION .PP Change the length of a previously created \fBBSTR16\fR (\fB16\fR Bit). .SH PARAMS pbstr \fB[In]\fR \fBBSTR16\fR to change the length of. .PP oleStr \fB[In]\fR New source for pbstr. .PP \fIlen\fR \fB[In]\fR Length of oleStr \fIin\fR characters. .PP .SH RETURNS .PP \fBSuccess:\fR \fB1.\fR The size of pbstr is updated. .PP \fBFailure:\fR \fB0\fR, if \fIlen\fR >= 0x8000 or memory allocation fails. .SH NOTES .PP See \fBSysAllocStringByteLen16(3w)\fR. *pbstr may be changed by this function. .SH IMPLEMENTATION .PP Declared \fIin\fR \fB"ole2disp.h"\fR. .PP Implemented \fIin\fR \fB"dlls/ole2disp.dll16/ole2disp.c"\fR. .PP Debug channel \fB"ole"\fR.