ISyncMgrEvent interface
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.
Members
The ISyncMgrEvent interface inherits from the IUnknown interface. ISyncMgrEvent also has these types of members:
Methods
The ISyncMgrEvent interface has these methods.
| Method | Description |
|---|---|
| GetContext |
Gets a context object that can be used by a handler to display properties or execute a context menu action. |
| GetDescription |
Gets the event description. |
| GetEventID |
Gets the event ID. |
| GetFlags |
Gets event flags. |
| GetHandlerID |
Gets the ID of the handler for which the event was logged. |
| GetItemID |
Gets the ID of the item for which the event was logged. |
| GetLevel |
Gets the log level of the event. |
| 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. |
| GetLinkText |
Gets the text 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. The link text is the text that is displayed to the user. |
| 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. |
| GetTime |
Gets the creation time. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|