CObject::IsKindOf

This method tests pClass to see if it is an object of the specified class or it is an object of a class derived from the specified class.

At a Glance

Header file: Afx.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL IsKindOf( const CRuntimeClass* pClass ) const;

See Also

CObject::GetRuntimeClass