Share via


CEL_DATA_LOSS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure is passed periodically, to provide a counter of data that has been lost. This may occur when the data arrival rate exceeds the logging capacity. The data loss event may be logged even when no data has been lost.

Syntax

typedef struct __CEL_DATA_LOSS {
  DWORD dwBytes;
} CEL_DATA_LOSS, *PCEL_DATA_LOSS; 

Members

  • dwBytes
    Number of bytes lost since the last data loss counter was logged.

Remarks

The CELID_DATA_LOSS event is logged periodically. If there are no lost bytes, dwBytes is set to zero. This allows a viewing tool to identify intervals of time that can be trusted to contain a full record of events. If dwBytes is nonzero, data has been lost somewhere within the interval since the last data loss counter was logged.

Requirements

Header celog.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CeLogData
CeLog Event Identifiers