NAME

SysReAllocString16  (OLE2DISP.3)

SYNOPSIS

 INT16 SysReAllocString16
 (
  LPBSTR16    pbstr,
  LPCOLESTR16 oleStr
 )

DESCRIPTION

Change the length of a previously created BSTR16 (16 Bit).

PARAMS

pbstr [In] BSTR16 to change the length of.
oleStr [In] New source for pbstr.

RETURNS

Success: 1

Failure: 0.

NOTES

SysAllocStringStringLen16.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ole2disp.dll16/ole2disp.c". https://source.winehq.org/source/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 Apr 2024.