Compartilhar via


SysFreeString

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa função libera um seqüência de caracteres alocados anteriormente pelo SysAllocString, SysAllocStringByteLen, SysReAllocString, SysAllocStringLen, ou SysReAllocStringLen.

Syntax

HRESULT SysFreeString(
  BSTR bstr 
); 

Parameters

  • BSTR
    [no] Seqüência de caracteres Unicode que foi alocada anteriormente, ou esse parâmetro NULL.Setting para NULL faz com que a função para simplesmente retornar.

Return Value

Retorna um valor HRESULT.

Requirements

Header oleauto.h
Library oleaut32.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Automation Functions
SysAllocString
SysAllocStringByteLen
SysReAllocString
SysAllocStringLen
SysReAllocStringLen