GetContainingTypeLib

 (Available in 01 TS COM - TS_COM_AbstractClasses)

Purpose

ITypeInfo:GetContainingTypeLib

Syntax

See MSDN documentation and/or 'Inside COM'

Description

HRESULT GetContainingTypeLib( [out] ITypeLib ** ppTLib, [out] UINT * pIndex );

Source

METHOD GetContainingTypeLib( ppTLib AS TS_AbstractITypeLib PTR, pIndex AS DWORD PTR  ; ...
...) AS LONG PASCAL CLASS TS_AbstractITypeInfo