ITypeInfo::ReleaseFuncDesc
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.