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.
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.