IDispEventImpl::GetTypeInfo

HRESULT GetTypeInfo( UINT itinfo, LCID lcid, ITypeInfo** pptinfo );

See IDispatch::GetTypeInfo in the Platform SDK.

Remarks

Retrieves the type information for an object, which can then be used to get the type information for an interface.

IDispEventImpl OverviewClass Members

See Also

IDispEventImpl::GetTypeInfoCount, Supporting IDispEventImpl