INtime SDK Help
log_RT_app_start (INscope)
INtime SDK v7.1 > About INtime > Other system libraries > INscope API > log_RT_app_start (INscope)

Forces INscope to get the filename or cataloged name of the running process.

When INScope is used to start a trace, the names of running processes are retrieved from the INtime kernel at the beginning of the trace. The names of any other applications that start are also added to the list. However, when starting a trace programmatically using the trace API, some filenames are never added to the list. Use this call to explicitly force INScope to retrieve process names.

int log_RT_app_start(void);

Parameters

None.

Return Values

0 (zero)
Success.
-1
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.1 intime/rt/include/traceapi.h traceapi.h traceapi.lib

See Also

INscope functions