IRepositoryErrorQueue::Remove

Meta Data Services Programming

Meta Data Services Programming

IRepositoryErrorQueue::Remove

This method removes the specified element from the error queue.

HRESULT Remove(     ULONG    iIndex
);

Parameters

iIndex

[in]
The index of the location in the error queue of the element to be removed.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryErrorQueue