SysReAllocString16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "ole2disp.h".

Implemented in "dlls/oleaut32/ole2disp.c".

Debug channel "ole".