IEnumLoggedConflictsBuilder::GetChangeEnumerator
Gets an IEnumLoggedConflicts object that can be used to enumerate the list of logged conflicts that are contained in this object.
HRESULT GetChangeEnumerator(
IEnumLoggedConflicts ** ppEnum);
Parameters
- ppEnum
[out] Returns an IEnumLoggedConflicts object that can be used to enumerate the list of logged conflicts that are contained in this object.
Return Value
S_OK
E_OUTOFMEMORY
E_POINTER