3.3.4.3.1 IVdsAdviseSink::OnNotify (Opnum 3)

The OnNotify method passes notifications from VDS to applications.

 HRESULT OnNotify(
   [in, range(1,100)] long lNumberOfNotifications,
   [in, size_is(lNumberOfNotifications)] 
     VDS_NOTIFICATION* pNotificationArray
 );

lNumberOfNotifications: The number of notifications that are specified in pNotificationArray. This parameter MUST be a value from 1 through 100.

pNotificationArray: An array of VDS_NOTIFICATION structures.

Return Values: The method MUST return zero or a non-error HRESULT (as specified in [MS-ERREF]) to indicate success or return an implementation-specific nonzero error code to indicate failure. For the HRESULT values predefined by the Virtual Disk Service Remote Protocol, see section 2.2.3.