IOfflineFilesEvents::DataLost method (cscobj.h)

Reports that one or more events destined for this event sink have been lost and will not be delivered. The receipt of this event indicates that the service is attempting to deliver events to this event sink faster than the sink is consuming them.

Syntax

HRESULT DataLost();

Return value

The return value is ignored.

Remarks

This event cannot be filtered out by using the IOfflineFilesEventsFilter interface.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h
DLL CscSvc.dll; CscObj.dll

See also

IOfflineFilesEvents