CeLogInterrupt (Windows CE 5.0)

Send Feedback

This function is called by the kernel twice for each interrupt: once when the interrupt occurs but before the interrupt service routine (ISR) is called, and once when the ISR returns to the kernel.

void CeLogInterrupt(
  DWORD dwlogvalue);

Parameters

  • dwlogvalue
    [in] This parameter is divided into two parts. The upper word is the wSysIntr member of the CEL_INT_DATA structure, while the lower word is the wNestingLevel member of the CEL_INT_DATA structure. The upper bit of the wNestingLevel member indicates whether the event is an interrupt entry or exit.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 3.0 and later.
Header: Celog.h.
Link Library: Coredll.lib.

See Also

CEL_INT_DATA | CeLogExportTable | Implementing a Custom Event Tracking Library

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.