SysReleaseString function (oleauto.h)
Note You should only call SysReleaseString if you are implementing a scripting engine that needs to guard against running potentially malicious scripts.
Syntax
void SysReleaseString(
[in] BSTR bstrString
);
Parameters
[in] bstrString
The string for which the pinning reference count should decrease.
Return value
None
Remarks
A call to the SysReleaseString function should match every previous call to the SysAddRefString function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | oleauto.h |
Library | Mincore.lib |
DLL | Oleaut32.dll |