Timeline Framework C++ Edition
Public Member Functions | Static Public Member Functions | List of all members
CwclTimelineChannel Class Reference

#include <wclTimeline.h>

Public Member Functions

 CwclTimelineChannel ()
 Creates new component.
 
virtual ~CwclTimelineChannel ()
 Frees the component.
 
int Close ()
 Closes the Timeline Channel.
 
int Open ()
 Opens the default Timeline Channel associated with the user's Managed Service Account (MSA).
 
int CreateActivity (const tstring &Id, CwclUserActivity *&Activity)
 Creates (or gets) a User Activity with the specified ID.
 
bool GetActive () const
 Gets the current state of the Windows Timeline Channel.
 
 __declspec (property(get=GetActive)) bool Active
 Gets the current state of the Windows Timeline Channel.
 

Static Public Member Functions

static int RegisterProtocol (const tstring &Protocol, const tstring &DisplayName)
 Registers an Application Activation Protocol.
 
static int UnregisterProtocol (const tstring &Protocol)
 Unregisters the Application Activation Protocol.
 

Detailed Description

summary> The TimelineChannel component provides access to the Windows Timeline graph.

The Windows Timeline is supported on Windows 10 16299 and above.