Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Method.
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