IsISCLQueueEmpty Example for C++ 6.0 and later

{
   if(m_pLEADDicomNet->IsISCLQueueEmpty (m_pLEADDicomNet->GethNet ()))
      AfxMessageBox("ISCL queue is empty");
   else
      AfxMessageBox("ISCL queue is not empty");
}