Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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