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.

Failure: NULL, if oleStr is NULL.

IMPLEMENTATION

Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h

Implemented in "dlls/ole2disp.dll16/ole2disp.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ole2disp.dll16/ole2disp.c

Debug channel "ole".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.