Scroll to navigation

SysReAllocString(3w) Wine API SysReAllocString(3w)

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(3w), SysAllocStringStringLen(3w).
 

IMPLEMENTATION

Declared in "oleauto.h".
Implemented in "dlls/oleaut32/oleaut.c".
Debug channel "ole".
Oct 2012 Wine API