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
Defined in "oleauto.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/oleaut.c".
- Debug channel "ole".