Share via


ITypeInfo::ReleaseTypeAttr (Windows CE 5.0)

Send Feedback

This method releases a TYPEATTR previously returned by ITypeInfo::GetTypeAttr.

HRESULT ReleaseTypeAttr(TYPEATTR FAR* pTypeAttr );

Parameters

  • pTypeAttr
    [in] Pointer to the TYPEATTR to be freed.

Remarks

The function ReleaseTypeAttr releases a TYPEATTR that was returned through GetTypeAddr.

Requirements

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

See Also

ITypeInfo | ITypeInfo::GetTypeAttr | TYPEATTR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.