SysFreeString (Windows CE 5.0)
This function frees a string allocated previously by SysAllocString, SysAllocStringByteLen, SysReAllocString, SysAllocStringLen, or SysReAllocStringLen.
HRESULT SysFreeString(BSTR bstr );
Parameters
- bstr
[in] Unicode string that was allocated previously, or NULL. Setting this parameter to NULL causes the function to simply return.
Return Values
Returns an HRESULT value.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Oleauto.h.
Link Library: Oleaut32.lib.
See Also
Automation Functions | SysAllocString | SysAllocStringByteLen | SysReAllocString | SysAllocStringLen | SysReAllocStringLen
Send Feedback on this topic to the authors