Share via


ITypeInfo::ReleaseTypeAttr

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

void 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

Header oaidl.h, oaidl.idl
Library oleaut32.lib, uuid.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ITypeInfo
ITypeInfo::GetTypeAttr
TYPEATTR