Share via


ITypeInfo::ReleaseFuncDesc (Windows CE 5.0)

Send Feedback

This method releases a FUNCDESC previously returned by GetFuncDesc.

HRESULT ReleaseFuncDesc(FUNCDESC FAR* pFuncDesc );

Parameters

  • pFuncDesc
    [in] Pointer to the FUNCDESC to be freed.

Remarks

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

Example

ptypeinfoCur->ReleaseFuncDesc(pfuncdesc);

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Oaidl.h, Oaidl.idl.
Link Library: Oleaut32.lib, Uuid.lib.

See Also

ITypeInfo | FUNCDESC | ITypeInfo::GetFuncDesc

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.