Scroll to navigation

SysReAllocString16(3w) Wine API SysReAllocString16(3w)

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

Declared in "ole2disp.h".
Implemented in "dlls/ole2disp.dll16/ole2disp.c".
Debug channel "ole".
Oct 2012 Wine API