CCmdTarget::GetTypeLibCache
获取该类型库缓存。
virtual CTypeLibCache* GetTypeLibCache( );
返回值
为 CTypeLibCache 对象的指针。
备注
派生类应重写此成员函数(如果没有重写,GetTypeLibCache 返回NULL)。 使用 IMPLEMENT_OLETYPELIB 宏,还实现 GetTypeInfoCount 和 GetTypeLib。
要求
Header: afxwin.h
获取该类型库缓存。
virtual CTypeLibCache* GetTypeLibCache( );
为 CTypeLibCache 对象的指针。
派生类应重写此成员函数(如果没有重写,GetTypeLibCache 返回NULL)。 使用 IMPLEMENT_OLETYPELIB 宏,还实现 GetTypeInfoCount 和 GetTypeLib。
Header: afxwin.h