HRESULT ReleaseFuncDesc(
FUNCDESC FAR* pFuncDesc
);
Releases a FUNCDESC previously returned by GetFuncDesc.
The function ReleaseFuncDesc releases a FUNCDESC that was returned through ITypeInfo::GetFuncDesc.
ptypeinfoCur->ReleaseFuncDesc(pfuncdesc);