DisableTracing()

Description

This method disables SKIM library tracing for a given trace type. If a given trace type is already disabled then this method will have no effect.

Syntax

static void DisableTracing(int traceType);

Parameters

The input parameters are shown in the next table. There are no input/output parameters.

Argument

Description

TraceType

Possible values:
SKIM_SUCCESS_TRACE
SKIM_ERROR_TRACE

Return Values

None.