IKnowledgeWithMarkers::NextAllChangeUnitsPresentMarker
Returns the next item in the list of items that are marked as containing all change units.
S_OK.
S_FALSE when there are no more items in the list or the knowledge object contains items that are marked as requiring all change units.
HRESULT_FROM_WIN32(ERROR_MORE_DATA) when pItemId is too small. In this situation, the required number of bytes is returned in pIdSize.
E_INVALIDARG when pIdSize is larger than the maximum size specified by the item ID format schema.
E_POINTER when item IDs are variable length and pIdSize is NULL.
Show: