SendAbort Example for C++ 6.0 and later

{
    //send Abort message
    m_pLEADDicomNet->SendAbort (m_pLEADDicomNet->GethNet(), PDU_ABORT_SOURCE_USER, 0);
}