3.1.5.2.1.1 IClientSink::OnNotify (Opnum 3)

The OnNotify method notifies the sink of an RSM event.

 HRESULT OnNotify(
   [in] DWORD dwType,
   [in] DWORD dwOperation,
   [in] LPNTMS_GUID 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 associated request for this event, if any.

Return value/code

Description

0x00000000

S_OK

The method completed successfully.

The action taken by a client upon receiving event notification is implementation-specific.<17>