SysStringLen16(3w)
NAME
SysStringLen16 (OLE2DISP.7)
SYNOPSIS
int SysStringLen16
(
BSTR16 str
)
DESCRIPTION
Get the allocated length of a BSTR16 in characters (16 Bit).
PARAMS
str [In] BSTR16 to find the length of.
RETURNS
The allocated length of str, or 0 if str is NULL.
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".