CEL_INTERRUPTS (Windows CE 5.0)

Send Feedback

This structure is used to log a list of interrupts. It is always followed by a series of CEL_INT_DATA structures.

typedef struct __CEL_INTERRUPTS {DWORDdwDiscarded;CEL_INT_DATAIntData[0];} CEL_INTERRUPTS, *PCEL_INTERRUPTS;

Members

  • dwDiscarded
    Number of interrupts that have not been logged.
  • IntData
    Variable length array of CEL_INT_DATA structures that describes each interrupt. The number can be inferred from length given in the event header, CEL_HEADER.

Requirements

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

See Also

CEL_HEADER | CEL_INT_DATA

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.