Skip to content

Latest commit

 

History

History
59 lines (52 loc) · 1.95 KB

nf-oleauto-sysfreestring.md

File metadata and controls

59 lines (52 loc) · 1.95 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:oleauto.SysFreeString
SysFreeString function (oleauto.h)
Deallocates a string allocated previously by SysAllocString, SysAllocStringByteLen, SysReAllocString, SysAllocStringLen, or SysReAllocStringLen.
SysFreeString
SysFreeString function [Automation]
_oa96_SysFreeString
automat.sysfreestring
oleauto/SysFreeString
automat\sysfreestring.htm
automat
8f230ee3-5f6e-4cb9-a910-9c90b754dcd3
12/05/2018
SysFreeString, SysFreeString function [Automation], _oa96_SysFreeString, automat.sysfreestring, oleauto/SysFreeString
oleauto.h
Windows
OleAut32.lib
OleAut32.dll
Windows
19H1
SysFreeString
oleauto/SysFreeString
c++
APIRef
kbSyntax
DllExport
OleAut32.dll
SysFreeString

SysFreeString function

-description

Deallocates a string allocated previously by SysAllocString, SysAllocStringByteLen, SysReAllocString, SysAllocStringLen, or SysReAllocStringLen.

-parameters

-param bstrString [in, optional]

The previously allocated string. If this parameter is NULL, the function simply returns.