StopTrackingAndCleanup

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Stops all tracking and frees any memory used by the tracking session.

Syntax

HRESULT WINAPI StopTrackingAndCleanup(void);  

Return Value

Returns an [HRESULT]() with the [SUCCEEDED]() bit set if tracking was stopped.

Requirements

Header: FileTracker.h

See Also

StartTrackingContext