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);
None.
0
(zero)
-1
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.1 | intime/rt/include/traceapi.h | traceapi.h | traceapi.lib |
INscope functions