SysAllocString16(3w)
NAME
SysAllocString16 (OLE2DISP.2)
SYNOPSIS
BSTR16 SysAllocString16
(
LPCOLESTR16 oleStr
)
DESCRIPTION
Create a BSTR16 from an OLESTR16 (16 Bit).
PARAMS
oleStr [In] Source to create BSTR16 from.
RETURNS
Success: A BSTR16 allocated with SysAllocStringLen16(3w).
Failure: NULL, if oleStr 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".