Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes the change application service object. This method must be called before any other methods.
HRESULT Initialize(
CONFLICT_RESOLUTION_POLICY resolutionPolicy,
ISyncSessionState * pSyncSessionState);
Parameters
- resolutionPolicy
[in] The conflict resolution policy that is used to resolve concurrency conflicts.
- pSyncSessionState
[in, unique] Information about the current synchronization session. Can be NULL.
Return Value
S_OK.
E_INVALIDARG when resolutionPolicy is value that is not valid.