ISyncChangeBatchAdvanced::ConvertFullEnumerationChangeBatchToRegularChangeBatch
Converte um objeto ISyncFullEnumerationChangeBatch em um objeto ISyncChangeBatch.
HRESULT ConvertFullEnumerationChangeBatchToRegularChangeBatch(
ISyncChangeBatch ** ppChangeBatch);
Parâmetros
- ppChangeBatch
[out] Retorna este objeto de lote de alteração, que é representado como um objeto ISyncChangeBatch.
Valor de retorno
S_OK
E_POINTER
SYNC_E_INVALID_OPERATION quando este objeto de lote de alteração não é um objeto ISyncFullEnumerationChangeBatch.