// Get EOF VARIANT_BOOL varBool; hr = m_iADOCERS->get_EOF(&varBool); ASSERT(SUCCEEDED(hr)); if(varBool) return false;