InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ProcessTrace Method
Fully qualified input trace file name (i.e. drive:\path\filename).
Fully qualified output file name (i.e. drive:\path\filename).
A ProcessTraceOptions value.
A ProcessTraceSyntax value that specifies trace file output syntax options.
In This Topic
    ProcessTrace Method
    In This Topic
    Process a trace file created by StartTrace()/StopTrace().
    Syntax
    expression.ProcessTrace( _
       ByVal inputFileName As String, _
       ByVal outputFileName As String, _
       ByVal options As ProcessTraceOptions, _
       ByVal syntax As ProcessTraceSyntax _
    ) As ReturnCode
    where expression is a variable that represents a Terminal Object

    Parameters

    inputFileName
    Fully qualified input trace file name (i.e. drive:\path\filename).
    outputFileName
    Fully qualified output file name (i.e. drive:\path\filename).
    options
    A ProcessTraceOptions value.
    syntax
    A ProcessTraceSyntax value that specifies trace file output syntax options.

    Return Value

    One of the following ReturnCode enumeration values.

    Member Description
    Cancelled Cancelled.
    Error Error.
    PermissionRequired Permission is required.
    Success Success.
    Timeout Timeout condition.
    Truncated The text is truncated.

    See Also