This method releases a FUNCDESC previously returned by GetFuncDesc.
At a Glance
Header file: | Oaidl.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT ReleaseFuncDesc( FUNCDESC FAR* pFuncDesc );
Parameter
pFuncDesc
Pointer to the FUNCDESC to be freed.
Remarks
The function ReleaseFuncDesc releases a FUNCDESC that was returned through ITypeInfo::GetFuncDesc.
Example
ptypeinfoCur->ReleaseFuncDesc(pfuncdesc);