Scroll to navigation

SysFreeString(3w) Wine API SysFreeString(3w)

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

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