CloseForced Example for C++ 6.0 and later

{
   m_pLEADDicomNet->NetworkSecurityMode = DICOM_SECURE_ISCL;
   m_pLEADDicomNet->StartUp();
   // do some communications
   m_pLEADDicomNet->CloseForced(m_pLEADDicomNet->GethNet (), VARIANT_TRUE);
}