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. |