IChangeApplicationServices::Initialize
Initializes the change application service object. This method must be called before any other methods.
Syntax
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.