3.1.5.2.1 IClientSink Interface

The IClientSink interface is implemented by the client to receive notification of RSM events. The UUID for this interface is "879C8BBE-41B0-11d1-BE11-00C04FB6BF70". The version for this interface is "1.0".

IClientSink inherits the IUnknown interface ([MS-DCOM] section 3.1.1.5.8). Opnums 0, 1, and 2 are IUnknown::QueryInterface, IUnknown::AddRef, and IUnknown::Release.

Methods in RPC Opnum Order

Method

Description

OnNotify

Notifies the sink of an RSM event.

Opnum: 3

All methods MUST NOT throw exceptions.