{if(!CheckValidity(ID))returnfalse;//make sure that the model pointed to is not ourself, this can cause infinite//recursionassert(hModel != ID->m_hModel);//make sure that that is actually a valid modeluint32 nType;if(m_pILTBase->Common()->GetObjectType(hModel, &nType) != LT_OK...