1 out of 5 rated this helpful - Rate this topic

SysFreeString function

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

Syntax


void SysFreeString(
  _In_opt_  BSTR bstrString
);

Parameters

bstrString [in, optional]

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

Return value

This function does not return a value.

Requirements

Header

OleAuto.h

Library

OleAut32.lib

DLL

OleAut32.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.