CCmdTarget::GetTypeLibCache
Gets the type library cache.
virtual CTypeLibCache* GetTypeLibCache( );
Return Value
A pointer to a CTypeLibCache object.
Remarks
Derived classes should override this member function (if not overridden, GetTypeLibCache returns NULL). Use the IMPLEMENT_OLETYPELIB macro, which also implements GetTypeInfoCount and GetTypeLib.
Requirements
Header: afxwin.h