Compartilhar via


ITypeInfo::ReleaseFuncDesc

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Thismethod libera um FUNCDESC Anteriormente retornado por GetFuncDesc.

Syntax

void ReleaseFuncDesc(
  FUNCDESC FAR* pFuncDesc 
);

Parameters

  • pFuncDesc
    [no] Ponteiro para o FUNCDESC Para ser liberado.

Remarks

A função ReleaseFuncDesc Libera um FUNCDESC que foi retornado através ITypeInfo::GetFuncDesc.

Example

ptypeinfoCur->ReleaseFuncDesc(pfuncdesc);

Requirements

Header oaidl.h, oaidl.idl
Library oleaut32.lib, uuid.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ITypeInfo
FUNCDESC
ITypeInfo::GetFuncDesc