GetTagCount Example for C++ 6.0 and later
long lCount; CString szOut; lCount = m_pLEADDicomDS->GetTagCount (); szOut.Format("There are %ld Tag Items.", lCount); AfxMessageBox(szOut);