CEL_INTERRUPTS
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 {
DWORD dwDiscarded;
CEL_INT_DATA IntData[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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.