SetMaxMessageLengthISCL Example for C++ 6.0 and later

{
   m_pLEADDicomNet->SetMaxMessageLengthISCL (m_pLEADDicomNet->GethNet(), 1048576);
   // size of the message accepted is at most 1 MB - or 1048576 bytes
}