Class CTCPPortScannerStealth::
TCPScanDoneLib()
Base ClassesData ItemsConstructorsDestructorsFunctionsCustom CodeGo to hierarchy chart    Prev page: StartThreadNext page: TimeoutProc    Show member index
Protected Function Declared in:
TCPPortScannerStealth.h

'Declaration' icon -- Shortcut to top of page. Declaration

virtual void TCPScanDoneLib(
    BOOL bError);

'Description' icon -- Shortcut to top of page. Description

Scan is done (for library)

'Function Body' icon -- Shortcut to top of page. Function Body

try
{
    //Do we have a sniffer?
    if (m_pSniffer)
    {
        //Stop the sniffer
        m_pSniffer->Stop();

        //Delete it from it's thread
        m_pSniffer->DeleteSocketFromThread();

        //Remove it
        m_pSniffer=NULL;
    }

    //Delete the thread
    delete m_pThread;
    m_pThread=NULL;
}
ERROR_HANDLER("TCPScanDoneLib")

'See Also' icon -- Shortcut to top of page. See Also

Class Overview Class Overview  |  Public base class CTCPPortScanner  |  Hierarchy Chart Hierarchy Chart


Get Surveyor!This web site was generated using Surveyor V4.50.811.1.  Click here for more information. Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003.