CCmdTarget::GetTypeLib
Visual Studio .NET 2003
Gets a pointer to a type library.
virtual HRESULT GetTypeLib( LCID lcid, LPTYPELIB* ppTypeLib );
Parameters
Return Value
An HRESULT indicating the success or failure of the call. If successful, *ppTypeLib points to the type library interface.
Remarks
Derived classes should override this member function (if not overridden, GetTypeLib returns TYPE_E_CANTLOADLIBRARY). Use the IMPLEMENT_OLETYPELIB macro, which also implements GetTypeInfoCount and GetTypeLibCache.
See Also
CCmdTarget Overview | Class Members | Hierarchy Chart | CCmdTarget::GetTypeInfoCount | CCmdTarget::GetTypeLibCache