Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Marks the specified item as not requiring that all change units are included when the source provider adds the item to a change batch.
HRESULT RemoveAllChangeUnitsRequiredMarker(
BYTE* pItemId);
Parameters
- pItemId
[in] The ID of the item to mark as not requiring that all change units are included.
Return Value
S_OK.
S_FALSE when pItemId is not marked as requiring that all change units are included.
SYNC_E_ID_FORMAT_MISMATCH when pItemId is not in the ID format specified for this knowledge object.
SYNC_E_MARKER_MISMATCH when the knowledge object contains items that are marked as containing all change units.