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.
Creates an IMemoryConflictLog object that can be used to store conflicts in memory during synchronization.
Syntax
HRESULT CreateMemoryConflictLog(
IMemoryConflictLog ** ppConflictLog);
Parameters
- ppConflictLog
[out] The newly created IMemoryConflictLog object.
Return Value
S_OK.
E_OUTOFMEMORY.
E_POINTER.
SYNC_E_INVALID_OPERATION when this object has not been initialized.
See Also
Reference
IProviderSyncServices2 Interface