ITypeLib::ReleaseTLibAttr (Windows CE 5.0)

Send Feedback

This method releases the TLIBATTR originally obtained from ITypeLib::GetLibAttr.

HRESULT ReleaseTLibAttr( TLIBATTR FAR* pTLibAttr ); 

Parameters

  • pTLibAttr
    [in] Pointer to the TLIBATTR to be freed.

Remarks

Releases the specified TLIBATTR. This TLIBATTR was previously obtained with a call to GetLibAttr.

Requirements

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

See Also

ITypeLib | ITypeLib::GetLibAttr | TLIBATTR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.