WriteAllTLogs

Writes tracking logs for all threads and contexts.

HRESULT WINAPI WriteAllTLogs(LPCTSTR intermediateDirectory, LPCTSTR tlogRootName);

Parameters

  • [in] intermediateDirectory
    The directory in which to store the tracking log.

  • [in] tlogRootName
    The root name of the log file name.

Return Value

An [HRESULT] with the [SUCCEEDED] bit set if the tracking context was created.

Requirements

Header: FileTracker.h

See Also

Reference

WriteContextTLogs