SendNonSecureISCL Example for C++ 6.0 and later

   // number of bytes is 10 becuase the string has a terminating null character
   COleVariant vSendData("Test ISCL");
   m_DicomNet.SendNonSecureISCL (m_DicomNet.GetHNet (), vSendData, 10);