ISyncMgrEvent interface (syncmgr.h)

Exposes methods that retrieve data from an event store. An event store allows Sync Center to get an enumerator of all events in the store, as well as to retrieve individual events.

Inheritance

The ISyncMgrEvent interface inherits from the IUnknown interface. ISyncMgrEvent also has these types of members:

Methods

The ISyncMgrEvent interface has these methods.

 
ISyncMgrEvent::GetContext

Gets a context object that can be used by a handler to display properties or execute a context menu action.
ISyncMgrEvent::GetDescription

Gets the event description.
ISyncMgrEvent::GetEventID

Gets the event ID.
ISyncMgrEvent::GetFlags

Gets event flags.
ISyncMgrEvent::GetHandlerID

Gets the ID of the handler for which the event was logged.
ISyncMgrEvent::GetItemID

Gets the ID of the item for which the event was logged.
ISyncMgrEvent::GetLevel

Gets the log level of the event.
ISyncMgrEvent::GetLinkReference

Gets the reference for the hot link for the event. The hot link is a displayed property that the user can click to execute an action. This allows the handler to show an available action that the user can see at a glance in the folder.
ISyncMgrEvent::GetLinkText

Gets the text for the hot link for the event.
ISyncMgrEvent::GetName

Gets the name of the event. This string can be a simple name for the event or a short summary. It is displayed in the folder and in the property sheet for the event.
ISyncMgrEvent::GetTime

Gets the creation time.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header syncmgr.h