ITypeInfo::ReleaseFuncDesc method (oaidl.h)

Releases a FUNCDESC previously returned by ITypeInfo::GetFuncDesc.

Syntax

void ReleaseFuncDesc(
  [in] FUNCDESC *pFuncDesc
);

Parameters

[in] pFuncDesc

The FUNCDESC to be freed.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header oaidl.h

See also

ITypeInfo