3.1.5.2.2.2 INtmsNotifySink::OnNotify (Opnum 4)

The OnNotify method notifies the sink of an RSM event.

 HRESULT OnNotify(
   [in] DWORD dwType,
   [in] DWORD dwOperation,
   [in] LPGUID lpIdentifier
 );

dwType: A value from the NtmsObjectsTypes (section 2.2.1.6) enumeration specifying the type of object to which the notification refers.

dwOperation: A value from the NtmsNotificationOperations (section 2.2.1.8) enumeration specifying the type of operation to which the notification refers.

lpIdentifier: A pointer to the identifier of the event's associated request, if any.

Return value/code

Description

0x00000000

S_OK

The method completed successfully.

Upon receiving this message, the client sink MUST forward the event notification message to the client whose connection point is cached, and then return the value received from the client whose connection point is cached.