Share via


ITypeInfo::ReleaseTypeAttr

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.