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.
Renames the local item so that it no longer conflicts with the remote item name.
Syntax
HRESULT ModifyLocalItem(
const ITEM_FIELDS *pKeyAndExpectedVersionInfo,
IRecoverableErrorCallback *pRecoverableErrorCallback,
ITEM_FIELDS **ppUpdatedKeyAndVersionInfo);
Parameters
pKeyAndExpectedVersionInfo
[in] The key and version properties of the item that is in conflict.pRecoverableErrorCallback
[in] An IRecoverableErrorCallback object that contains methods that can be called if a recoverable error occurs during conflict handling.ppUpdatedKeyAndVersionInfo
[out] Returns the key and version properties of pLocalConflictingItemInfo that were modified as a result of conflict resolution.
Return Value
- S_OK