IReposErrorQueueHandler::GetErrorQueue

Meta Data Services Programming

Meta Data Services Programming

IReposErrorQueueHandler::GetErrorQueue

This method retrieves the repository error queue that is assigned to the current thread.

HRESULT GetErrorQueue(
    IRepositoryErrorQueue    **ppIErrorQueue
);

Parameters

*ppIErrorQueue

[out]
The interface pointer for the error queue that is currently assigned to this thread.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposErrorQueue Interface

IReposErrorQueueHandler Interface