Share via


ITypeInfo::ReleaseTypeAttr (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

ITypeInfo
ITypeInfo::GetTypeAttr
TYPEATTR