Meta Data Services Programming
IReposErrorQueueHandler::CreateErrorQueue
This method creates a repository error queue. After it has been created, the error queue is available to be assigned to a thread context.
HRESULT CreateErrorQueue(
IRepositoryErrorQueue **ppIErrorQueue
);
Parameters
*ppIErrorQueue
[out]
The interface pointer for the newly created repository error queue.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.