IPlaybackControl interface (comsvcs.h)

Enables participation in the abnormal handling of server-side playback errors and client-side failures of the Message Queuing delivery mechanism.

Inheritance

The IPlaybackControl interface inherits from the IUnknown interface. IPlaybackControl also has these types of members:

Methods

The IPlaybackControl interface has these methods.

 
IPlaybackControl::FinalClientRetry

Informs the client-side exception handling component that all Message Queuing attempts to deliver the message to the server were rejected. The message ended up on the client-side Xact dead letter queue.
IPlaybackControl::FinalServerRetry

Informs the server-side Exception_CLSID implementation that all attempts to play back the deferred activation have failed. The message is about to be moved to the final resting queue.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Queued Components

IMessageMover