Xceed FTP Library Documentation
XceedFtp control reference / Methods / GetResultDescription method
In This Topic
    GetResultDescription method
    In This Topic

    Description

    This method returns a text description of a skipping reason, or any result code of type EXFError.

    Parameters
     

    Parameter Description
    eResultCode  The skipping reason or result code you wish to get a description of.
    psDescription  The string where the description will be placed by the library.

     

    Declaration  
    HRESULT GetResultDescription( [in] EXFError eResultCode, [out, retval] BSTR* psDescription )

    Applicable properties

    None

    Events triggered

    None