NAME

SysFreeString  (OLEAUT32.6)

SYNOPSIS

 void SysFreeString
 (
  BSTR str
 )

DESCRIPTION

Free a BSTR.

PARAMS

str [In] BSTR to free.

RETURNS

Nothing.

NOTES

See BSTR. str may be NULL, in which case this function does nothing.

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 Apr 2024.