NAME

SysReAllocString  (OLEAUT32.3)

SYNOPSIS

 INT SysReAllocString
 (
  LPBSTR    old,
  LPCOLESTR str
 )

DESCRIPTION

Change the length of a previously created BSTR.

PARAMS

old [In/Out] BSTR to change the length of.
str [In] New source for pbstr.

RETURNS

Success: 1

Failure: 0.

NOTES

See BSTR, SysAllocStringStringLen.

IMPLEMENTATION

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.h

Implemented in "dlls/oleaut32/oleaut.c". https://source.winehq.org/source/dlls/oleaut32/oleaut.c

Debug channel "ole".


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