SysAllocString(3w)
NAME
SysAllocString (OLEAUT32.2)
SYNOPSIS
BSTR SysAllocString
(
LPCOLESTR str
)
DESCRIPTION
Create a BSTR from an OLESTR.
PARAMS
str [In] Source to create BSTR from.
RETURNS
Success: A BSTR allocated with SysAllocStringLen(3w).
Failure: NULL, if oleStr is NULL.
NOTES
See BSTR(3w). MSDN (October 2001) incorrectly states that NULL is
returned if oleStr has a length of 0. Native Win32 and this implementation both return a valid empty BSTR in this case.
IMPLEMENTATION
Defined in "oleauto.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/oleaut.c".
- Debug channel "ole".