Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors