CCmdTarget::GetTypeInfoCount
Retrieves the number of type information interfaces that an object provides.
virtual UINT GetTypeInfoCount( );
Return Value
The number of type information interfaces.
Remarks
This member function basically implements IDispatch::GetTypeInfoCount.
Derived classes should override this function to return the number of type information interfaces provided (either 0 or 1). If not overridden, GetTypeInfoCount returns 0. To override, use the IMPLEMENT_OLETYPELIB macro, which also implements GetTypeLib and GetTypeLibCache.
Requirements
Header: afxwin.h