SysFreeString.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SysFreeString (OLEAUT32.6)

SYNOPSIS

void SysFreeString
 (
  BSTR str
 )

DESCRIPTION

Free a BSTR.

PARAMS

str [In] BSTR to free.

RETURNS

Nothing.

NOTES

See BSTR(3w). str may be NULL, in which case this function does nothing.

IMPLEMENTATION

Defined in "ole2disp.h".

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

Debug channel "ole".