CEL_DATA_LOSS

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.

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

OS Versions: Windows CE 3.0 and later.
Header: Celog.h.

See Also

CeLogData

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.