IRepositoryErrorQueueHandler::CreateErrorQueue

See Also

This method creates a repository error queue. Once 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.

Error
Values

This method failed to complete successfully.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.