Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.