ResumeTracking

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

Resumes tracking in the current context.

Syntax

HRESULT WINAPI ResumeTracking();  

Return Value

An [HRESULT]() with the [SUCCEEDED]() bit set if tracking was resumed. [E_FAIL]() is returned if tracking cannot be resumed because the context was not available.

Requirements

Header: FileTracker.h

See Also

SuspendTracking