Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the different types of synchronization registration events.
Syntax
typedef enum __MIDL___MIDL_itf_syncregistration_0000_0007_0001 {
SRE_PROVIDER_ADDED = 0,
SRE_PROVIDER_REMOVED,
SRE_PROVIDER_UPDATED,
SRE_PROVIDER_STATE_CHANGED,
SRE_CONFIGUI_ADDED,
SRE_CONFIGUI_REMOVED,
SRE_CONFIGUI_UPDATED
} SYNC_REGISTRATION_EVENT;
Constants
SRE_PROVIDER_ADDEDValue: 0 A synchronization provider registration has been added. |
SRE_PROVIDER_REMOVEDA synchronization provider registration has been removed. |
SRE_PROVIDER_UPDATEDThe property store (represented by the IPropertyStore interface) of a synchronization provider or a synchronization provider configuration UI has changed. |
SRE_PROVIDER_STATE_CHANGEDThe synchronization provider state has changed. |
SRE_CONFIGUI_ADDEDA synchronization provider configuration UI has been added. |
SRE_CONFIGUI_REMOVEDA synchronization provider configuration UI has been removed. |
SRE_CONFIGUI_UPDATEDA synchronization provider configuration UI has been updated. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | syncregistration.h |