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 Overview | Class Members
See Also