title | ms.date | ms.topic | helpviewer_keywords | ms.assetid | author | ms.author | manager | ms.workload | ||
---|---|---|---|---|---|---|---|---|---|---|
File Tracking | Microsoft Docs |
11/04/2016 |
conceptual |
|
e6c66ac0-3464-451f-9192-3b98dca21b4a |
ghogen |
ghogen |
jillfra |
|
File tracking logs calls to the Windows file system for a process and its child processes. By calling the functions listed below, programs control when to turn this logging on and off and specify the log file to use.
-
EndTrackingContext Stop tracking the current context.
-
ResumeTracking Resume tracking after a call to SuspendTracking.
-
SetThreadCount Set the number of threads to use for tracking.
-
StartTrackingContext Begin a new tracking context.
-
StartTrackingContextWithRoot Begin a new tracking context with a specified root.
-
StopTrackingAndCleanup End tracking and release resources used.
-
SuspendTracking Temporarily suspend tracking.
-
WriteAllTLogs Write out the tracking logs for all contexts.
-
WriteContextTLogs Write out the tracking log for the current context.