.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SysStringLen16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSysStringLen16\fR (OLE2DISP.7) .SH SYNOPSIS int SysStringLen16 ( BSTR16 \fIstr\fR ) .SH DESCRIPTION .PP Get the allocated length of a \fBBSTR16\fR in characters (\fB16\fR Bit). .SH PARAMS \fIstr\fR \fB[In]\fR \fBBSTR16\fR to find the length of. .PP .SH RETURNS .PP The allocated length of \fIstr\fR, or \fB0\fR if \fIstr\fR is \fBNULL\fR. .SH IMPLEMENTATION .PP Declared in \fB"ole2disp.h"\fR. .PP Implemented in \fB"dlls/ole2disp.dll16/ole2disp.c"\fR. .PP Debug channel \fB"ole"\fR.