ITypeInfo::ReleaseFuncDesc

HRESULT ReleaseFuncDesc( 
  FUNCDESC FAR*  pFuncDesc  
);
 

Releases a FUNCDESC previously returned by GetFuncDesc.

Parameter

pFuncDesc
Pointer to the FUNCDESC to be freed.

Comments

The function ReleaseFuncDesc releases a FUNCDESC that was returned through ITypeInfo::GetFuncDesc.

Example

ptypeinfoCur->ReleaseFuncDesc(pfuncdesc);